flutter_flavors_demo icon indicating copy to clipboard operation
flutter_flavors_demo copied to clipboard

Usage?

Open sunnykinger opened this issue 4 years ago • 1 comments

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.

sunnykinger avatar Jul 18 '20 06:07 sunnykinger

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.

mithilesh-parmar avatar Feb 01 '21 18:02 mithilesh-parmar