Skip to content

fix: Support Flutter 3.32.0+ by handling CargoKit/Flutter plugin detection#173

Open
StaxoLotl wants to merge 3 commits intoLtbLightning:mainfrom
StaxoLotl:refactor/cargokit-update
Open

fix: Support Flutter 3.32.0+ by handling CargoKit/Flutter plugin detection#173
StaxoLotl wants to merge 3 commits intoLtbLightning:mainfrom
StaxoLotl:refactor/cargokit-update

Conversation

@StaxoLotl
Copy link
Collaborator

Description

This PR addresses compatibility issues with Flutter 3.32.0+ that led to the error:

Flutter plugin not found, CargoKit plugin will not be applied.

The issue originates from a breaking change in Flutter (see: flutter/flutter#169186). This caused bdk-flutter to fail initialization and Gradle builds to break when using the latest Flutter versions.

Changes

  • Improved plugin detection logic to support Flutter 3.32.0+.
  • Updated build scripts and/or plugin registration as per new Flutter requirements.

Related Issues

@praveenvino39
Copy link

Any update on this? This changes is crucial for making this library future proof. Can anyone take a look at this PR please?

@thunderbiscuit
Copy link

I can't speak for this codebase, but @praveenvino39 feel free to take a look at bdk-dart! We are actively developing on the BDK API 2.2.0, and your PR and issues are welcome!

@praveenvino39
Copy link

I can't speak for this codebase, but @praveenvino39 feel free to take a look at bdk-dart! We are actively developing on the BDK API 2.2.0, and your PR and issues are welcome!

Thanks @thunderbiscuit. This really works well and looks very promising 👍

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.

Breaking change in Flutter 3.32.0: "Flutter plugin not found, CargoKit plugin will not be applied." (affects bdk-flutter)

3 participants