Environments (Dev/Test/Stage/Prod)

Well first of all thank you for this brilliant book.
This is the exact book that I have always looked for when I actually wanted to work on a project after learning.

The only thing missing here is the creation of the dev/test/stage/prod environment and running the app on those platforms. If this was added to the book, that would have been a great addition.

Any good resource recommendation on the same from the Authors on the same topic?

Hello @shahil7685, welcome to the Forums. We are glad you enjoyed going through this book. Your feedback is greatly appreciated on the creation of different environments and running the app.

Is there any specific topics you need resource recommendation for? Or do you mean a resource relating to your above comments?

Resource related to the information above.

1 Like

Dear @shahil7685,

You can learn more about that if you search for the topic Flutter Flavors. In general, the idea of the environments in Flutter can be achieved with the help of the --dart-define command where you can provide different variables when running/building for different environments, therefore Flavors in Flutter are very rarely used. Due to the complexity of the topic and platform-specific setup, we decided to not include this in the book.
Sincerely
Vid

2 Likes

Dear @Shahil7685

We hope that the response provided by @vpalcar was helpful in addressing your concerns.
If you have further questions or need additional assistance, please don’t hesitate to ask. Our community is here to support you!