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

Dependency refresh and static analysis fixes #94

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

Conversation

dmueckli
Copy link

This pull request introduces several improvements and fixes to the Flutter package:

  1. Updated Dependencies: I have updated all dependencies to their latest versions to ensure our package benefits from the most recent security patches and performance enhancements.

  2. Static Analysis on pub.dev: Previously, our package had three issues flagged during static analysis on pub.dev. I have resolved all these issues, which should improve our score and reliability on pub.dev.

  3. Replaced Deprecated textScaleFactor with textScaler: In response to Flutter’s deprecation of textScaleFactor in the Text widget, I have implemented the new textScaler method. This change ensures compatibility with future versions of Flutter and maintains the text scaling functionality.

These changes enhance both the functional integrity and the maintainability of our package. Please review the modifications and let me know if there are any further adjustments 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