flutter_flavor 3.1.4 flutter_flavor: ^3.1.4 copied to clipboard
We can create different flavors, and thus have different instances of our apps before publishing it on the App Store and Google Play.
Changelog #
3.1.4 #
- Upgraded dependencies
- Updated example project
3.1.3 #
- Fix FlavorBanner
3.1.2 #
- Migrated to flutter 3.13
3.1.1 #
- Fix suggestion of best practices
- Removed native flavor
3.1.0 #
- Migrated to flutter 3
3.0.4 #
- Here are the new changes of the issues
3.0.3 #
- Fixed README file
3.0.2 #
- Fixed errors detected and updated README file
3.0.1 #
- Fixed errors detected
3.0.0 #
- Added native flavors settings on Android
2.0.0 #
- Migrated to Null Safety
1.1.4 #
- Added smart text color
1.1.3 #
- Fix README file
1.1.2 #
- Added
color
attribute inFlavorBanner
for replace the global config ofFlavorConfig
. - Added
location
attribute inFlavorBanner
for replace the global config ofFlavorConfig
.
1.1.1 #
- Fix pubspec.yml file
1.1.0 #
- Removed static environments
1.0.1+2 #
- Fix README file by ChangJoo-Park
- Updated README file
1.0.1+1 #
- Updated and Fix error.
1.0.1 #
- Fix README file.
- Added
name
attribute inFlavorConfig
for replace the default banner name.
1.0.0 #
- Added
location
attribute inFlavorConfig
for the banner. - Updated README file.
0.1.1+1 #
- Fix example.
0.1.1 #
- Updated the example and added screenshots.
0.1.0 #
- Changed the FlavorBanner widget.
- Added example to use the flutter_flavor package.
- Added to README file an example to add, configure and use the flutter_flavor package.
- Fix bug in the type of the
variables
attribute inFlavorConfig
.
0.0.1 #
- Initial version