Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 270 Bytes

flavor_app

Demo of icons_launcher using flavors.

Getting Started

First: flutter pub get

Then generate dev and prod flavors with the commands:

flutter pub run icons_launcher:create --flavor dev
flutter pub run icons_launcher:create --flavor prod