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

Updated Flutter SDK

This commit is contained in:
Eldad Fux 2021-03-14 14:48:02 +02:00
parent 925772486d
commit 492c68d1fc
2 changed files with 6 additions and 1 deletions

View file

@ -32,7 +32,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
'version' => '0.4.0-dev.2',
'version' => '0.4.0-dev.3',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,

View file

@ -1,3 +1,8 @@
## 0.4.0-dev.3
- Added code formatting as part of the CI
- Added custom Appwrite exceptions
## 0.4.0-dev.2
- Minor fixes for custom exceptions