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

'flavorDimensions' is deprecated #200

Closed wujek-srujek closed 11 months ago

wujek-srujek commented 1 year ago

As in the title, the snippet generated for Android (Groovy syntax) uses a deprecated property:

flavorDimensions "a", "b"
AngeloAvv commented 11 months ago

Hey @wujek-srujek can you please take a look here to see if the problem is solved? Thanks

wujek-srujek commented 11 months ago

The deprecation warning is gone and the app starts fine as well. Thanks.