-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_appauth_platform_interface] add pub badge to readme (#83)
* 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
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters