Skip to content

Commit

Permalink
0.4.3 fixes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
espresso3389 committed Jul 2, 2020
1 parent f3eb8e3 commit 3462f35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.3

* Fixes "Getting error after authorization- Failed to handle method call" (#5) completely using flutter_inappwebview 4.0.0.

## 0.4.2

* Improve error handling.
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# IMPORTANT NOTE

There's [a release blocker](https://github.com/espresso3389/oauth2_custom_uri_scheme/issues/5#issuecomment-580800057) and the latest version could not be released on [pub.dev](https://pub.dev).

So if you want to check the latest version, please use the latest github commit. I think the following commit will work:

```yaml
oauth2_custom_uri_scheme:
git:
url: https://github.com/espresso3389/oauth2_custom_uri_scheme
```
# [oauth2_custom_uri_scheme](https://pub.dev/packages/oauth2_custom_uri_scheme/)

An implementation of OAuth 2.0 Authorization Code Grant with redirection to application specific custom URI scheme.
Expand All @@ -28,7 +18,7 @@ The implementation works well on Android with API level >= 23 and iOS >= 11.0 bu

```yaml
dependencies:
oauth2_custom_uri_scheme: ^0.3.11
oauth2_custom_uri_scheme: ^0.4.3
```
## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.2"
version: "0.4.3"
path:
dependency: transitive
description:
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: oauth2_custom_uri_scheme
description: An implementation of OAuth 2.0 authorization code grant with redirection to application specific custom URL scheme.
version: 0.4.2
version: 0.4.3
homepage: https://github.com/espresso3389/oauth2_custom_uri_scheme

environment:
Expand Down

0 comments on commit 3462f35

Please sign in to comment.