Skip to content

Commit 51f373f

Browse files
committed
updated to support appwrite sdk 8.2.0
1 parent df65e16 commit 51f373f

File tree

6 files changed

+86
-177
lines changed

6 files changed

+86
-177
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.7.0]
2+
* Updated to Appwrite SDK 8.2.0
3+
14
## [0.6.0]
25
* Updated to Appwrite SDK 8.1.0
36
* **BREAKING** Appwrite 1.0 Support

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import FlutterMacOS
66
import Foundation
77

8-
import device_info_plus_macos
8+
import device_info_plus
99
import flutter_web_auth_2
10-
import package_info_plus_macos
10+
import package_info_plus
1111
import path_provider_macos
1212
import url_launcher_macos
1313

example/pubspec.lock

Lines changed: 35 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: appwrite
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "8.1.0"
10+
version: "8.2.0"
1111
appwrite_auth_kit:
1212
dependency: "direct main"
1313
description:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "0.6.0"
17+
version: "0.7.0"
1818
async:
1919
dependency: transitive
2020
description:
@@ -71,48 +71,27 @@ packages:
7171
url: "https://pub.dartlang.org"
7272
source: hosted
7373
version: "3.0.1"
74-
device_info_plus:
75-
dependency: transitive
76-
description:
77-
name: device_info_plus
78-
url: "https://pub.dartlang.org"
79-
source: hosted
80-
version: "4.1.2"
81-
device_info_plus_linux:
74+
csslib:
8275
dependency: transitive
8376
description:
84-
name: device_info_plus_linux
77+
name: csslib
8578
url: "https://pub.dartlang.org"
8679
source: hosted
87-
version: "3.0.0"
88-
device_info_plus_macos:
80+
version: "0.17.2"
81+
device_info_plus:
8982
dependency: transitive
9083
description:
91-
name: device_info_plus_macos
84+
name: device_info_plus
9285
url: "https://pub.dartlang.org"
9386
source: hosted
94-
version: "3.0.0"
87+
version: "8.0.0"
9588
device_info_plus_platform_interface:
9689
dependency: transitive
9790
description:
9891
name: device_info_plus_platform_interface
9992
url: "https://pub.dartlang.org"
10093
source: hosted
101-
version: "3.0.0"
102-
device_info_plus_web:
103-
dependency: transitive
104-
description:
105-
name: device_info_plus_web
106-
url: "https://pub.dartlang.org"
107-
source: hosted
108-
version: "3.0.0"
109-
device_info_plus_windows:
110-
dependency: transitive
111-
description:
112-
name: device_info_plus_windows
113-
url: "https://pub.dartlang.org"
114-
source: hosted
115-
version: "4.0.0"
94+
version: "7.0.0"
11695
fake_async:
11796
dependency: transitive
11897
description:
@@ -150,26 +129,26 @@ packages:
150129
name: flutter_web_auth_2
151130
url: "https://pub.dartlang.org"
152131
source: hosted
153-
version: "1.1.2"
132+
version: "2.0.3"
154133
flutter_web_auth_2_platform_interface:
155134
dependency: transitive
156135
description:
157136
name: flutter_web_auth_2_platform_interface
158137
url: "https://pub.dartlang.org"
159138
source: hosted
160-
version: "1.1.2"
161-
flutter_web_auth_2_windows:
162-
dependency: transitive
163-
description:
164-
name: flutter_web_auth_2_windows
165-
url: "https://pub.dartlang.org"
166-
source: hosted
167-
version: "1.1.2"
139+
version: "2.0.1"
168140
flutter_web_plugins:
169141
dependency: transitive
170142
description: flutter
171143
source: sdk
172144
version: "0.0.0"
145+
html:
146+
dependency: transitive
147+
description:
148+
name: html
149+
url: "https://pub.dartlang.org"
150+
source: hosted
151+
version: "0.15.1"
173152
http:
174153
dependency: transitive
175154
description:
@@ -218,42 +197,14 @@ packages:
218197
name: package_info_plus
219198
url: "https://pub.dartlang.org"
220199
source: hosted
221-
version: "1.4.3+1"
222-
package_info_plus_linux:
223-
dependency: transitive
224-
description:
225-
name: package_info_plus_linux
226-
url: "https://pub.dartlang.org"
227-
source: hosted
228-
version: "1.0.5"
229-
package_info_plus_macos:
230-
dependency: transitive
231-
description:
232-
name: package_info_plus_macos
233-
url: "https://pub.dartlang.org"
234-
source: hosted
235-
version: "1.3.0"
200+
version: "3.0.2"
236201
package_info_plus_platform_interface:
237202
dependency: transitive
238203
description:
239204
name: package_info_plus_platform_interface
240205
url: "https://pub.dartlang.org"
241206
source: hosted
242-
version: "1.0.2"
243-
package_info_plus_web:
244-
dependency: transitive
245-
description:
246-
name: package_info_plus_web
247-
url: "https://pub.dartlang.org"
248-
source: hosted
249-
version: "1.0.5"
250-
package_info_plus_windows:
251-
dependency: transitive
252-
description:
253-
name: package_info_plus_windows
254-
url: "https://pub.dartlang.org"
255-
source: hosted
256-
version: "2.0.0"
207+
version: "2.0.1"
257208
path:
258209
dependency: transitive
259210
description:
@@ -385,13 +336,27 @@ packages:
385336
url: "https://pub.dartlang.org"
386337
source: hosted
387338
version: "1.3.0"
339+
universal_html:
340+
dependency: transitive
341+
description:
342+
name: universal_html
343+
url: "https://pub.dartlang.org"
344+
source: hosted
345+
version: "2.0.8"
346+
universal_io:
347+
dependency: transitive
348+
description:
349+
name: universal_io
350+
url: "https://pub.dartlang.org"
351+
source: hosted
352+
version: "2.0.4"
388353
url_launcher:
389354
dependency: transitive
390355
description:
391356
name: url_launcher
392357
url: "https://pub.dartlang.org"
393358
source: hosted
394-
version: "6.1.5"
359+
version: "6.1.7"
395360
url_launcher_android:
396361
dependency: transitive
397362
description:

example/pubspec.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,3 @@ dev_dependencies:
1818

1919
flutter:
2020
uses-material-design: true
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-

0 commit comments

Comments
 (0)