Browse Source

update docs

pull/1/head
Bartosz Wróbel 2 years ago
parent
commit
7dcbc16b0e
  1. 4
      CHANGELOG.md
  2. 2
      example/pubspec.lock
  3. 2
      lib/auto_scroll_text.dart
  4. 2
      pubspec.yaml

4
CHANGELOG.md

@ -1,3 +1,7 @@
## 0.0.3
* Minor fixes
## 0.0.2
* Bouncing animation added

2
example/pubspec.lock

@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
boolean_selector:
dependency: transitive
description:

2
lib/auto_scroll_text.dart

@ -98,7 +98,7 @@ class AutoScrollText extends StatefulWidget {
/// Limits number of scroll animation rounds.
///
/// Default is [infinity].
/// Default is infinity.
///
/// ### Example:
///

2
pubspec.yaml

@ -1,6 +1,6 @@
name: auto_scroll_text
description: AutoScrollText is package for users which need a single line text widget without overlaping or TextOverflow.elipsis for long texts.
version: 0.0.2
version: 0.0.3
homepage: https://github.com/Bomsamdi/auto_scroll_text
environment:

Loading…
Cancel
Save