Skip to content

Commit

Permalink
min dart version and version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Aug 31, 2022
1 parent d7e87c4 commit f251e4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [0.5.0]
* **BREAKING** Updated naming to be consistent `FlAppwriteAccountKit` is now `AppwriteAccountKit`
* **BREAKING** Minimum Dart SDK required 2.17 to be consistent with [Appwrite](https://pub.dev/packages/appwrite)

## [0.4.0]
* **BREAKING** Upgraded to Appwrite Flutter SDK 7.0.0
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.5.0"
async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: appwrite_auth_kit
description: A wrapper for Appwrite's Accounts service, makes it easy to manage authentication and account features.
version: 0.4.0
version: 0.5.0
homepage: https://github.com/lohanidamodar/appwrite_auth_kit

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down

0 comments on commit f251e4e

Please sign in to comment.