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

Add the ability to create buildConfigField in build.gradle #201

Closed danijel-tolj closed 11 months ago

danijel-tolj commented 1 year ago

Currently the plugin lets the developer define resValue to access on native side of the app. It would be a great benefit if developers could define buildConfigField as well.

danijel-tolj commented 1 year ago

Raised pull request : https://github.com/AngeloAvv/flutter_flavorizr/pull/202