Separating Build Environment in flutter. Learn to use different configs for flutter project in development and production mode.
Setting up flavors so that your application, can use multiple configurations based on flavors. Here in this three part tutorial, ReactBits discusses how to setup flavor in both dart side only and in native side too. Here you will learn to use separate firebase configurations for different project based on project flavors. And learn to build app in each flavor with different content.
View Part 2
View Part 3
Source code is available in github repository [https://github.com/lohanidamodar/flutter_flavors]
View readme, of the repository for details about the source code and different branches.