irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
51 stars 16 forks source link

Fix build mode when using a flutter flavor #51

Closed pixelshot91 closed 5 months ago

pixelshot91 commented 6 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