Skip to content

Commit

Permalink
[flutter_appauth_platform_interface] add pub badge to readme (#83)
Browse files Browse the repository at this point in the history
* add pub and build status badge to readme

* fix badge links

* remove build badge from platform interface

* add blank lines after version numbers in changelog

* add missing blank line
  • Loading branch information
MaikuB authored Feb 15, 2020
1 parent 7442bba commit bacca4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flutter_appauth_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.0+1]

* Add pub badge to readme

## [1.0.0]

* Initial release of platform interface
2 changes: 2 additions & 0 deletions flutter_appauth_platform_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flutter_appauth_platform_interface

[![pub package](https://img.shields.io/pub/v/flutter_appauth_platform_interface.svg)](https://pub.dartlang.org/packages/flutter_appauth_platform_interface)

A common platform interface for the [`flutter_appauth`](https://pub.dev/packages/flutter_appauth) plugin.
2 changes: 1 addition & 1 deletion flutter_appauth_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_appauth_platform_interface
description: A common platform interface for the flutter_appauth plugin.
version: 1.0.0
version: 1.0.0+1
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface

environment:
Expand Down

0 comments on commit bacca4d

Please sign in to comment.