You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump package version to 1.0.3.
- Update Dart SDK constraint to ^3.8.0.
- Upgrade flutter_lints to ^6.0.0.
- Clarify marquee effect in README description.
- Reorder sections in README.
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,6 @@
1
1
# fading_marquee_widget
2
2
3
-
This package I have made for apply the marquee effect for the very long widget.
4
-
5
-
_Appreciate my work? Show some ❤️ and star the repo to support this package._
6
-
7
-
### Here is the working video of this package
8
-
9
-
<imgsrc="https://github.com/pratikPSB/fading_marquee_widget/blob/master/fading_marquee_widget_demo.gif?raw=true"height="400"alt="working demo of my package"/>
3
+
This package I have made for apply the marquee (scrolling effect in one line) effect for the very long widget.
10
4
11
5
### Installation Guide
12
6
@@ -57,6 +51,10 @@ FadingMarqueeWidget(
57
51
),
58
52
)
59
53
```
54
+
_Appreciate my work? Show some ❤️ and star the repo to support this package._
55
+
56
+
### Here is the working video of this package
57
+
58
+
<imgsrc="https://github.com/pratikPSB/fading_marquee_widget/blob/master/fading_marquee_widget_demo.gif?raw=true"height="400"alt="working demo of my package"/>
60
59
61
-
For more information about the properties, look at
62
-
the [API reference](https://pub.dev/documentation/fading_marquee_widget/latest/).
60
+
For more information about the properties, look at the [API reference](https://pub.dev/documentation/fading_marquee_widget/latest/).
0 commit comments