flutter_flavors_demo
flutter_flavors_demo copied to clipboard
Usage?
Thanks for a good template, but it would have been great if you had shown us in this repository, how to access those variables like baseApiUrl inside the application.
If you're using bloc pattern you can initialise all your repositories in the app.dart where you'll have access to baseurl. If you're using mvvm architecture you can pass base url to locator(String baseUrl) and initialise all your network services by passing this 'baseUrl' to those classes.