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
287 stars 137 forks source link

New version, use git yaml for now #109

Open realitymolder opened 5 days ago

realitymolder commented 5 days ago

Due to the fact that I still dont have permissons for pub.dev, please use the following in your project pubspec.yaml file.

  marquee:
    git:
      url: https://github.com/MarcelGarus/marquee.git
      ref: "master"
QianHong commented 18 hours ago

thank you,it works!