Skip to content

Commit

Permalink
updated the example to reduce the example file's size
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikPSB committed Sep 19, 2024
1 parent f30d4fb commit a712077
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
## 1.0.1

* removed unused packages from the library to avoid the auto adding of that libraries in your
project.
project.

## 1.0.2

* Updated the example. There is no code change.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1+1"
version: "1.0.2"
fake_async:
dependency: transitive
description:
Expand Down
Binary file modified fading_marquee_widget_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fading_marquee_widget
description: "A flutter package to apply the marquee effect for the very long widget."
version: 1.0.1+1
version: 1.0.2
homepage: https://github.com/pratikPSB/fading_marquee_widget

environment:
Expand Down Expand Up @@ -32,4 +32,13 @@ flutter:
# The 'ffiPlugin' specifies that native code should be built and bundled.
# This is required for using `dart:ffi`.
# All these are used by the tooling to maintain consistency when
# adding or updating assets for this project.
# adding or updating assets for this project.

topics:
- marquee-text
- marquee-widget
- marquee

screenshots:
- description: 'Example of fading_marquee_widget'
path: fading_marquee_widget_demo.gif

0 comments on commit a712077

Please sign in to comment.