File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## [ 0.5.0]
2
2
* ** BREAKING** Updated naming to be consistent ` FlAppwriteAccountKit ` is now ` AppwriteAccountKit `
3
+ * ** BREAKING** Minimum Dart SDK required 2.17 to be consistent with [ Appwrite] ( https://pub.dev/packages/appwrite )
3
4
4
5
## [ 0.4.0]
5
6
* ** BREAKING** Upgraded to Appwrite Flutter SDK 7.0.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
14
14
path: ".."
15
15
relative: true
16
16
source: path
17
- version: "0.4 .0"
17
+ version: "0.5 .0"
18
18
async:
19
19
dependency: transitive
20
20
description:
Original file line number Diff line number Diff line change 1
1
name : appwrite_auth_kit
2
2
description : A wrapper for Appwrite's Accounts service, makes it easy to manage authentication and account features.
3
- version : 0.4 .0
3
+ version : 0.5 .0
4
4
homepage : https://github.com/lohanidamodar/appwrite_auth_kit
5
5
6
6
environment :
7
- sdk : " >=2.12 .0 <3.0.0"
7
+ sdk : " >=2.17 .0 <3.0.0"
8
8
flutter : " >=2.0.0"
9
9
10
10
dependencies :
You can’t perform that action at this time.
0 commit comments