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

chore: fix deprecations of Flutter 3.27.0 #2416

Merged
merged 7 commits into from
Dec 13, 2024
Merged

Conversation

EchoEllet
Copy link
Collaborator

@EchoEllet EchoEllet commented Dec 12, 2024

Description

Migrate deprecations of Flutter 3.27, fix analysis warnings, update the example's pubspec.lock, and update outdated intl constraint.

Related Issues

Type of Change

  • Feature: New functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Refactor: Code reorganization, no behavior change.
  • Breaking: Alters existing functionality and requires updates.
  • 🧪 Tests: New or modified tests
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Build/configuration changes.

@EchoEllet EchoEllet requested a review from singerdmx December 12, 2024 22:32
@@ -17,6 +17,18 @@ Color hexToColor(String? hexString) {
return Color(int.tryParse(buffer.toString(), radix: 16) ?? 0xFF000000);
}

// Without the hash sign (`#`).
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: I used // instead of /// here because those comments don't count as doc comments. The preference is to either fully document something or not count it as documented, which allows us to see all APIs that miss doc comments to keep it maintainable.

For more details: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#answer-your-own-questions-straight-away

pubspec.yaml Show resolved Hide resolved
@EchoEllet EchoEllet mentioned this pull request Dec 12, 2024
1 task
@EchoEllet EchoEllet merged commit 1e54c94 into master Dec 13, 2024
3 checks passed
@EchoEllet EchoEllet deleted the chore/flutter-3-27-0 branch December 13, 2024 11:51
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.

why intl always resolve failed.
1 participant