flutter_isolate icon indicating copy to clipboard operation
flutter_isolate copied to clipboard

[Example] fix android & iOS not building

Open chipweinberger opened this issue 1 year ago • 0 comments

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.

  • [Example] iOS: re-run flutter create to update to current recommended project setup
  • [Example] android: re-run flutter create to update to current recommended project setup
  • [Example] update pubspec.yaml to latest versions
  • [Example] center buttons, fix warnings

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

chipweinberger avatar Jan 18 '24 21:01 chipweinberger