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

feat: bump Flutter sdk to v3.22.0 #116

Merged
merged 17 commits into from
May 21, 2024
Merged

feat: bump Flutter sdk to v3.22.0 #116

merged 17 commits into from
May 21, 2024

Conversation

itsezlife
Copy link
Owner

@itsezlife itsezlife commented May 21, 2024

Description

chore: replace deprecated MaterialStatePropertyAll
chore: replace deprecated color scheme background
chore: update meta version constraint to >=1.10.0 <=1.12.0
chore: update intl version constraint to >=0.18.0 <=0.19.0
chore: update jiffy version constraint to >=6.2.1 <=6.2.2
fix: formatting issue
chore: bump github workflows flutter_version to 3.22.0
chore: bump github workflows dart_sdk to 3.3.4

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

itsezlife added 5 commits May 21, 2024 15:19
`MaterialStatePropertyAll` is deprecated and shouldn't be used. Use WidgetStatePropertyAll instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
`background` is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre.
@itsezlife itsezlife self-assigned this May 21, 2024
@itsezlife itsezlife added dependencies Pull requests that update a dependency file build chore labels May 21, 2024
@itsezlife itsezlife linked an issue May 21, 2024 that may be closed by this pull request
@itsezlife itsezlife changed the title feat/flutter-3.22.0 feat: bump Flutter sdk to v3.22.0 May 21, 2024
@itsezlife itsezlife merged commit 7224944 into main May 21, 2024
9 of 26 checks passed
@itsezlife itsezlife deleted the feat/flutter-3.22.0 branch May 21, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: cannot resolve meta pub dependecy
1 participant