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

Migrate deprecated APIs to Flutter 3.24.3-compatible code #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahmed-tarek-salem
Copy link

Summary
This PR updates the project to be compatible with Flutter version 3.24.3, addressing APIs that were deprecated and removed after versions 3.16 and 3.19.

Changes

  • TextTheme API Migration

    • Migrated deprecated bodyText1, bodyText2, headline6, etc., to the new bodyLarge, bodyMedium, titleLarge, etc., based on the updated Material Design specification.
  • Button Style Migration

    • Replaced deprecated primary property in ElevatedButton with the new backgroundColor.
  • SDK Environment Update

    • Updated the minimum SDK version to >=3.1.9.

References

Let me know if further adjustments or reviews are needed.

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