Skip to content

Commit f251e4e

Browse files
committed
min dart version and version updates
1 parent d7e87c4 commit f251e4e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: appwrite_auth_kit
22
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
44
homepage: https://github.com/lohanidamodar/appwrite_auth_kit
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
7+
sdk: ">=2.17.0 <3.0.0"
88
flutter: ">=2.0.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)