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 11## [ 0.5.0]
22* ** 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 )
34
45## [ 0.4.0]
56* ** BREAKING** Upgraded to Appwrite Flutter SDK 7.0.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
1414 path: ".."
1515 relative: true
1616 source: path
17- version: "0.4 .0"
17+ version: "0.5 .0"
1818 async:
1919 dependency: transitive
2020 description:
Original file line number Diff line number Diff line change 11name : appwrite_auth_kit
22description : 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
44homepage : https://github.com/lohanidamodar/appwrite_auth_kit
55
66environment :
7- sdk : " >=2.12 .0 <3.0.0"
7+ sdk : " >=2.17 .0 <3.0.0"
88 flutter : " >=2.0.0"
99
1010dependencies :
You can’t perform that action at this time.
0 commit comments