Skip to content

Tired of all the frameworks and languages you know bouncing around in your head? With Flutter, there's no need to learn another language or framework! Join us in October as Emmett shows us how to build a full stack app using only Dart.

Notifications You must be signed in to change notification settings

emmett-deen/Flutter-Atlanta-Dart-Backend

Repository files navigation

FATL Logo

Flutter Atlanta Dart as Backend Example

This example was used for a talk for this meetup https://www.meetup.com/flutter-atlanta/events/296082856/

Getting Started 🚀

Generate necessary files

$ dart run build_runner build --delete-conflicting-outputs

Start the local API

$ cd api
$ dart pub global activate dart_frog_cli
$ dart_frog dev

This project contains 3 flavors, currently only development is configured:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

*Flutter Atlanta Packages Example works on iOS, Android, Web, and Windows.

About

Tired of all the frameworks and languages you know bouncing around in your head? With Flutter, there's no need to learn another language or framework! Join us in October as Emmett shows us how to build a full stack app using only Dart.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published