Closed miquelbeltran closed 1 month ago
Due to incompatibility with web32 (<5.5.1) and dart (>=3.5.0), I changed the web32 version to use the latest version rather than a range.
web32 (<5.5.1)
dart (>=3.5.0)
CHANGELOG.md
pubspec.yaml
flutter analyze
Does your PR require plugin users to manually update their apps to accommodate your change?
!
Description
Due to incompatibility with
web32 (<5.5.1)
anddart (>=3.5.0)
, I changed the web32 version to use the latest version rather than a range.Related Issues
Checklist
CHANGELOG.md
nor the plugin version inpubspec.yaml
files.flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
!
in the title as explained in Conventional Commits).