Skip to content

Commit

Permalink
Fixed gif url
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaniyil committed Aug 2, 2018
1 parent ee3b4da commit b8e64f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

A flutter package for creating badges.

<img src="https://github.com/YaDaniil/flutter_badges/blob/master/example.gif" height="320px" >
<img src="https://raw.githubusercontent.com/yadaniil/flutter_badges/master/example.gif" height="320px" >


## Installing:
In your pubspec.yaml
```yaml
dependencies:
badges: ^0.0.3
badges: ^0.0.4
```
## Example Usage:
```dart
import 'package:badges/badges.dart';

BadgeIconButton(
itemCount: _counter, // required
iconData: Icons.shopping_cart, // required
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: badges
description: A flutter package for creating badges.
version: 0.0.3
version: 0.0.4
author: Daniyil Yakovlev <[email protected]>
homepage: https://github.com/yadaniil/flutter_badges

Expand Down

0 comments on commit b8e64f4

Please sign in to comment.