InvisibleWrench / FlutterMidiCommand

A Flutter plugin to send and receive MIDI
BSD 3-Clause "New" or "Revised" License
95 stars 50 forks source link

Support Android Gradle Plugin > 4.2 #103

Closed MikeFP closed 6 months ago

MikeFP commented 10 months ago

After updating to Flutter 3.16.5, most dependencies now only support AGP >= 4.2, which is incompatible with AGP < 4.1.

Using AGP >= 4.2 requires that modules specify a namespace in build.gradle, like suggested here: https://github.com/flutter/flutter/issues/125621#issuecomment-1525995461.

Currently, there's no version of this plugin that supports AGP >= 4.2, so I can't run my project right now.

The code in that link is an approach for modules that are compatible with both versions. Would that be the case for this plugin?