1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Fixed Flutter callback scheme

This commit is contained in:
Eldad Fux 2020-05-17 21:41:04 +03:00
parent 1d96911000
commit 692abb5e92
2 changed files with 5 additions and 1 deletions

View file

@ -29,7 +29,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
'version' => '0.2.0',
'version' => '0.2.1',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'enabled' => true,
'beta' => true,

View file

@ -1,3 +1,7 @@
## 0.2.1
- Fixed callback scheme
## 0.2.0
- Updated flutter_web_auth plugin to version 0.2.4