A starter app written in Dart for Flutter -- built using Bazel
To build these samples, do the following:
- Update you PATH and set up
ANDROID_HOME
variable as it is written here - Run
bazel build //app/src/main:bazel
to build project
Explore our Flutter build rules and use the same in your projects.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.