Skip to content

Commit

Permalink
Merge pull request #15 from lohanidamodar/feat-appwrite-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Jan 2, 2023
2 parents df65e16 + 51f373f commit e3e48c2
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 177 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.7.0]
* Updated to Appwrite SDK 8.2.0

## [0.6.0]
* Updated to Appwrite SDK 8.1.0
* **BREAKING** Appwrite 1.0 Support
Expand Down
4 changes: 2 additions & 2 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import FlutterMacOS
import Foundation

import device_info_plus_macos
import device_info_plus
import flutter_web_auth_2
import package_info_plus_macos
import package_info_plus
import path_provider_macos
import url_launcher_macos

Expand Down
105 changes: 35 additions & 70 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: appwrite
url: "https://pub.dartlang.org"
source: hosted
version: "8.1.0"
version: "8.2.0"
appwrite_auth_kit:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.6.0"
version: "0.7.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -71,48 +71,27 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
device_info_plus:
dependency: transitive
description:
name: device_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.2"
device_info_plus_linux:
csslib:
dependency: transitive
description:
name: device_info_plus_linux
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
device_info_plus_macos:
version: "0.17.2"
device_info_plus:
dependency: transitive
description:
name: device_info_plus_macos
name: device_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "8.0.0"
device_info_plus_platform_interface:
dependency: transitive
description:
name: device_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
device_info_plus_web:
dependency: transitive
description:
name: device_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
device_info_plus_windows:
dependency: transitive
description:
name: device_info_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "7.0.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -150,26 +129,26 @@ packages:
name: flutter_web_auth_2
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
version: "2.0.3"
flutter_web_auth_2_platform_interface:
dependency: transitive
description:
name: flutter_web_auth_2_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
flutter_web_auth_2_windows:
dependency: transitive
description:
name: flutter_web_auth_2_windows
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
version: "2.0.1"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
html:
dependency: transitive
description:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.1"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -218,42 +197,14 @@ packages:
name: package_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.3+1"
package_info_plus_linux:
dependency: transitive
description:
name: package_info_plus_linux
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
package_info_plus_macos:
dependency: transitive
description:
name: package_info_plus_macos
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "3.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
package_info_plus_web:
dependency: transitive
description:
name: package_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
package_info_plus_windows:
dependency: transitive
description:
name: package_info_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -385,13 +336,27 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
universal_html:
dependency: transitive
description:
name: universal_html
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
universal_io:
dependency: transitive
description:
name: universal_io
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
url_launcher:
dependency: transitive
description:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.5"
version: "6.1.7"
url_launcher_android:
dependency: transitive
description:
Expand Down
31 changes: 0 additions & 31 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,3 @@ dev_dependencies:

flutter:
uses-material-design: true































Loading

0 comments on commit e3e48c2

Please sign in to comment.