MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
284 stars 135 forks source link

Dependency refresh and static analysis fixes #94

Open dmueckli opened 5 months ago

dmueckli commented 5 months ago

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.