irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
61 stars 19 forks source link

Fix build mode when using a flutter flavor #51

Closed pixelshot91 closed 10 months ago

pixelshot91 commented 10 months ago

plugin.gradle: Use variant.buildType.name instead of variant.name. The latter is equal to flavor + buildMode while the former is just buildMode

It fixes this issue https://github.com/fzyzcjy/flutter_rust_bridge/issues/1606