flutter_app_environment library
Simple solution to handle environment variables using .json
or config in entrypoint file.
Classes
- DebugOptions
- This class contains that control the debug options of the app for use it in App main class and configure MaterialApp
-
Environment<
T>
Enums
- EnvironmentType
- Enum with three values standard of environment types: development, test, and production.
Extensions
- EnvironmentTypeToShortString on Enum
- An extension method that takes the EnvironmentType enum, convert it to String and returns the last part of the enum.