Overview

In this section, you will learn how to create a project with Flutter and configure it to use Beagle

Introduction

This is the library responsible for rendering a Beagle JSON (payload) in Flutter.

Versioning

Every alpha and beta version of Beagle Flutter will follow the pattern 0.x.y, where x is the version of Beagle Web it’s based on and y is every subsequent version where x would be the same.

In the version number, x refers to a version of the Beagle Web, because Beagle Flutter uses this lib under the hood.

Null safety compatibility

For now, we don’t support null safety for the alpha versions. It will be available soon.

👉 Ir para First steps to install Beagle in your Flutter application.