Browse Source

Update README.md

pull/1/head
Bartosz Wróbel 10 months ago committed by GitHub
parent
commit
4897220294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      README.md

14
README.md

@ -1,9 +1,21 @@
# AutoScrollText
[![pub package](https://img.shields.io/pub/v/auto_scroll_text.svg)](https://pub.dev/packages/auto_scroll_text) [![pub points](https://img.shields.io/pub/points/auto_scroll_text)](https://pub.dev/packages/auto_scroll_text/score) [![popularity](https://img.shields.io/pub/popularity/auto_scroll_text)](https://pub.dev/packages/auto_scroll_text/score)
[![Pub](https://img.shields.io/pub/v/auto_scroll_text.svg)](https://pub.dev/packages/auto_scroll_text)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![pub points](https://img.shields.io/pub/points/auto_scroll_text)](https://pub.dev/packages/auto_scroll_text/score)
[![popularity](https://img.shields.io/pub/popularity/auto_scroll_text)](https://pub.dev/packages/auto_scroll_text/score)
[AutoScrollText] is package for users which need a single line text widget without overlaping or TextOverflow.elipsis for long texts.
## Installation
Include your package in your `pubspec.yaml` file:
```yaml
dependencies:
auto_scroll_text: ^0.0.6
```
## Features
https://user-images.githubusercontent.com/94292009/195745400-79f7c6ba-bd4c-47ff-bea6-ee1e4d8bf44c.mp4

Loading…
Cancel
Save