A character viewer project with two flavors
There are two flavors in this project: simpsons and wire To run a flavor
flutter pub run flutter_flavorizr
To deploy icons, run (Ideally, Icons are already deployed)
flutter pub run flutter_launcher_icons
To run any flavor use:
flutter run --flavor simpsons -t lib/main_simpsons.dart
or
flutter run --flavor wire -t lib/main_wire.dart
To run tests, use:
flutter test