Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Example] fix android & iOS not building #152

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

chipweinberger
Copy link
Contributor

@chipweinberger chipweinberger commented Jan 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant