Skip to content

Tired of sifting through pub.dev looking for a package that'll will make your life easier? Expand your horizons with us as we take a look at some of the most useful/clever Flutter packages that will help you save time and kick some Flutter butt!

Notifications You must be signed in to change notification settings

emmett-deen/Flutter-Atlanta-Popular-Packages

Repository files navigation

FATL Logo

Flutter Atlanta Packages Example

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

Getting Started 🚀

Generate necessary files

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

Start the local API

$ cd api
$ npm install
$ npm run 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 sifting through pub.dev looking for a package that'll will make your life easier? Expand your horizons with us as we take a look at some of the most useful/clever Flutter packages that will help you save time and kick some Flutter butt!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published