Skip to content

Commit 8ba1e12

Browse files
committed
feat: Add Right-to-Left (RTL) support
- Add support for the right-to-left marquee effect. - Bump package version to 1.2.0.
1 parent 42d653b commit 8ba1e12

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@
2323
## 1.1.0
2424

2525
* Removed 3rd party package dependency as that was less maintained.
26+
27+
## 1.2.0
28+
29+
* Added Right to Left support for the marquee effect.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fading_marquee_widget
22
description: "A flutter package to apply the marquee effect for the very long widget."
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://github.com/pratikPSB/fading_marquee_widget
55

66
environment:

0 commit comments

Comments
 (0)