Skip to content

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

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)

1 participant