Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dart sdk in pubspec to < 4.0 instead of < 3.0 #914

Closed
wants to merge 1 commit into from

Conversation

timbotimbo
Copy link
Collaborator

@timbotimbo timbotimbo commented Jan 8, 2024

Description

The pubspec.yaml files for the plugin and example have outdated contraints on the dart sdk.

  • Example >=2.12.0 <3.0.0
  • Plugin >=2.16.0 <3.0.0

Compare that to the Dart version of recent Flutter releases:

  • Flutter 3.16.5, Dart 3.2.3
  • Flutter 3.16,0, Dart 3.2.0
  • Flutter 3.13.9, Dart 3.1.5
  • Flutter 3.10.6, Dart 3.0.6
  • Flutter 3.10.0, Dart 3.0.0

Somehow i'm not getting any errors on installing or building the package, but I won't be surprised if this will lead to errors in the future.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@timbotimbo
Copy link
Collaborator Author

Closing this for now as I see an update on pub.dev 2022.2.1, which isn't on master, that seems to update the plugin to < 4.0.0

@timbotimbo timbotimbo closed this Jan 8, 2024
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.

1 participant