Prerequisites
Describe the issue
The Flutter Starter Kit needs some upgrades to support the latest Flutter version:
-
Android builds fail with this error:
FAILURE: Build failed with an exception.
* Where:
Script '/Users/user/flutter/packages/flutter_tools/gradle/app_plugin_loader.gradle' line: 9
* What went wrong:
A problem occurred evaluating script.
> You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is not possible anymore. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/to/flutter-gradle-plugin-apply
-
iOS builds fails with this error:
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update
-
The kinde_flutter_sdk in the kit should be updated to the latest 1.1.0, as the present KindeFlutterSDK.isAuthenticate API has been updated to KindeFlutterSDK.isAuthenticated in the latest SDK version.
Starter kit URL
https://github.com/kinde-starter-kits/flutter-starter-kit
Operating system(s)
macOS
Operating system version(s)
macOS 13.3.1 22E772610a darwin-arm64
Further environment details
Flutter (Channel stable, 3.35.5)
Reproducible test case URL
No response
Additional information
No response
Prerequisites
Describe the issue
The Flutter Starter Kit needs some upgrades to support the latest Flutter version:
Android builds fail with this error:
iOS builds fails with this error:
The
kinde_flutter_sdkin the kit should be updated to the latest 1.1.0, as the presentKindeFlutterSDK.isAuthenticateAPI has been updated toKindeFlutterSDK.isAuthenticatedin the latest SDK version.Starter kit URL
https://github.com/kinde-starter-kits/flutter-starter-kit
Operating system(s)
macOS
Operating system version(s)
macOS 13.3.1 22E772610a darwin-arm64
Further environment details
Flutter (Channel stable, 3.35.5)
Reproducible test case URL
No response
Additional information
No response