rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

Updated Android to Work with AGP8 #147

Closed Stardust2water closed 6 months ago

chipweinberger commented 7 months ago

Caution: this PR also changes the example app, so it will break most of my PRs!

Also, I don't think we should specify a specific gradle version. My plugins don't: https://github.com/chipweinberger/flutter_pcm_sound/blob/master/android/build.gradle

We should probably delete the android & iOS folders and rerun

flutter create --org com.lib.flutter_isolate --template=plugin --platforms=android,ios,macos -a java -i objc flutter_isolate