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
286 stars 136 forks source link

Updated fading_edge_scrollview package #105

Open hasankarli opened 2 months ago

hasankarli commented 2 months ago

Hi everyone,

It seems that @MarcelGarus is no longer maintaining this package. Therefore, I removed the package and created my own marquee file. I haven't made any changes compared to the base package.

Please add fading_edge_scrollview: ^4.1.1 to your pubspec.yaml file.

You can find the marquee file here.

mahinderkirpalsingh commented 1 month ago

Hi @hasankarli, I checked the marquee file you linked. There are some changes in it compared to lib. Are these changes personal, or are they required to fix the bug related to fading-edge-scrollview?

hasankarli commented 1 month ago

These changes are linter adjustments due to the package of very_good_analysis, so they don't involve any logical changes

makis73 commented 1 month ago

Thank you very much for your work @hasankarli !!!

realitymolder commented 1 week ago

Hello there, I'm a new maintainer. I will release a new version very soon with those changes.

orangex commented 6 days ago

Hello there, I'm a new maintainer. I will release a new version very soon with those changes.

Hi, I saw the new release 2.3, thanks for your work! However, it seems not available from the Flutter pub.

orangex commented 3 days ago

@realitymolder

realitymolder commented 3 days ago

@realitymolder

Hey, im still waiting for the owner to give me permissions for pub.dev. Until then, please consider the following:

  marquee:
    git:
      url: https://github.com/MarcelGarus/marquee.git
      ref: "master"

Please let me know on this ticket if all the problems are gone after doing so.

orangex commented 3 days ago

@realitymolder

Hey, im still waiting for the owner to give me permissions for pub.dev. Until then, please consider the following:

  marquee:
    git:
      url: https://github.com/MarcelGarus/marquee.git
      ref: "master"

Please let me know on this ticket if all the problems are gone after doing so.

It works! Thanks!