-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Frank Pepermans edited this page Oct 28, 2021
·
2 revisions
The project was created with Dart 2.14
and Flutter 2.5.2
To get things up and running quickly, follow these steps:
- find
example/.env.dev
andexample/.env.prod
- open both files and inside, replace the dummy values for the parameters found.
Then, get the dependencies and invoke build_runner.
From the root run
flutter pub get
cd example
flutter pub run build_runner build --delete-conflicting-outputs
cd -