Skip to content

Commit 5326bd0

Browse files
committed
Update package metadata and README
- 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.
1 parent b55512f commit 5326bd0

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# fading_marquee_widget
22

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-
<img src="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.
104

115
### Installation Guide
126

@@ -57,6 +51,10 @@ FadingMarqueeWidget(
5751
),
5852
)
5953
```
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+
<img src="https://github.com/pratikPSB/fading_marquee_widget/blob/master/fading_marquee_widget_demo.gif?raw=true" height="400" alt="working demo of my package"/>
6059

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/).

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: fading_marquee_widget
22
description: "A flutter package to apply the marquee effect for the very long widget."
3-
version: 1.0.2
3+
version: 1.0.3
44
homepage: https://github.com/pratikPSB/fading_marquee_widget
55

66
environment:
7-
sdk: ^3.5.2
8-
flutter: '>=3.3.0'
7+
sdk: ^3.8.0
98

109
dependencies:
1110
flutter:
@@ -16,7 +15,7 @@ dependencies:
1615
dev_dependencies:
1716
flutter_test:
1817
sdk: flutter
19-
flutter_lints: ^4.0.0
18+
flutter_lints: ^6.0.0
2019

2120
# For information on the generic Dart part of this file, see the
2221
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)