Skip to content

Bug: (Upgrades needed) #10

@victoreronmosele

Description

@victoreronmosele

Prerequisites

Describe the issue

The Flutter Starter Kit needs some upgrades to support the latest Flutter version:

  1. 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
  2. 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 
  3. 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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions