Skip to content

Commit

Permalink
Updated to Dart 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaniyil committed Aug 12, 2018
1 parent b8e64f4 commit 5b1d98e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

A flutter package for creating badges.

[Package on Pub](https://pub.dartlang.org/packages/badges)

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


## Installing:
In your pubspec.yaml
```yaml
dependencies:
badges: ^0.0.4
badges: ^0.0.5
```
## Example Usage:
Expand All @@ -26,6 +28,7 @@ BadgeIconButton(

```
## License
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details
9 changes: 3 additions & 6 deletions 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.4
version: 0.0.5
author: Daniyil Yakovlev <[email protected]>
homepage: https://github.com/yadaniil/flutter_badges

Expand All @@ -12,9 +12,6 @@ dev_dependencies:
flutter_test:
sdk: flutter


environment:
sdk: ">=1.19.0 <2.0.0"


flutter:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=0.2.5 <2.0.0"

0 comments on commit 5b1d98e

Please sign in to comment.