FlutterMidiCommand icon indicating copy to clipboard operation
FlutterMidiCommand copied to clipboard

updated deprecated android build script in example

Open anzbert opened this issue 3 months ago • 0 comments

Building the example produced a warning about the build chain being deprecated.

I've migrated this deprecated build script code for Android to the new Flutter standard, as per these instructions:

https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

Tested and works well :)

anzbert avatar Apr 13 '24 04:04 anzbert