rmawatson / flutter_isolate

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

[Example] fix android & iOS not building #152

Open chipweinberger opened 9 months ago

chipweinberger commented 9 months ago

The example app needed some tender loving care.

It was not building on latest flutter & android due to Kotlin: Unsupported version of com.android.tools.build:gradle plugin: version 4.2.2 or higher should be used with kotlin-android plugin

deleting the android folder and re-running flutter create fixed that issue^, and also made a bunch of other small upgrades to current flutter best practices.

I've tested the app on Android 13, and iOS 17.2.1 and Flutter 3.16.8

About me, I am the maintainer of these packages, so I am pretty familiar with flutter plugins