AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
456 stars 81 forks source link

Added support for buildConfigFields #202

Closed danijel-tolj closed 11 months ago

danijel-tolj commented 1 year ago

Added support for generating BuildConfig fields Updated unit tests for testing different type generations and string escapings https://github.com/AngeloAvv/flutter_flavorizr/issues/201

AngeloAvv commented 11 months ago

Hey @danijel-tolj thank you so much for adding this feature to the project!

Everything looks good! Can you also update the README accordingly?

danijel-tolj commented 11 months ago

@AngeloAvv all done and ready to merge