Skip to content

Commit 40fde37

Browse files
committed
Upgrade version to 0.0.2
1 parent 563c73b commit 40fde37

File tree

4 files changed

+127
-13
lines changed

4 files changed

+127
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.2
2+
3+
14
## 0.0.1+1
25

36
- remove unsed comment

example/pubspec.lock

Lines changed: 122 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,20 @@ packages:
6464
url: "https://pub.dartlang.org"
6565
source: hosted
6666
version: "1.2.0-nullsafety.1"
67+
ffi:
68+
dependency: transitive
69+
description:
70+
name: ffi
71+
url: "https://pub.dartlang.org"
72+
source: hosted
73+
version: "0.1.3"
74+
file:
75+
dependency: transitive
76+
description:
77+
name: file
78+
url: "https://pub.dartlang.org"
79+
source: hosted
80+
version: "5.2.1"
6781
flutter:
6882
dependency: "direct main"
6983
description: flutter
@@ -75,19 +89,31 @@ packages:
7589
name: flutter_feathersjs
7690
url: "https://pub.dartlang.org"
7791
source: hosted
78-
version: "0.0.2-dev"
92+
version: "0.0.6-dev"
7993
flutter_test:
8094
dependency: "direct dev"
8195
description: flutter
8296
source: sdk
8397
version: "0.0.0"
98+
flutter_web_plugins:
99+
dependency: transitive
100+
description: flutter
101+
source: sdk
102+
version: "0.0.0"
84103
http_parser:
85104
dependency: transitive
86105
description:
87106
name: http_parser
88107
url: "https://pub.dartlang.org"
89108
source: hosted
90109
version: "3.1.4"
110+
intl:
111+
dependency: transitive
112+
description:
113+
name: intl
114+
url: "https://pub.dartlang.org"
115+
source: hosted
116+
version: "0.16.1"
91117
logging:
92118
dependency: transitive
93119
description:
@@ -116,13 +142,90 @@ packages:
116142
url: "https://pub.dartlang.org"
117143
source: hosted
118144
version: "1.8.0-nullsafety.1"
119-
sembast:
145+
path_provider_linux:
146+
dependency: transitive
147+
description:
148+
name: path_provider_linux
149+
url: "https://pub.dartlang.org"
150+
source: hosted
151+
version: "0.0.1+2"
152+
path_provider_platform_interface:
153+
dependency: transitive
154+
description:
155+
name: path_provider_platform_interface
156+
url: "https://pub.dartlang.org"
157+
source: hosted
158+
version: "1.0.4"
159+
path_provider_windows:
160+
dependency: transitive
161+
description:
162+
name: path_provider_windows
163+
url: "https://pub.dartlang.org"
164+
source: hosted
165+
version: "0.0.4+3"
166+
platform:
167+
dependency: transitive
168+
description:
169+
name: platform
170+
url: "https://pub.dartlang.org"
171+
source: hosted
172+
version: "2.2.1"
173+
plugin_platform_interface:
174+
dependency: transitive
175+
description:
176+
name: plugin_platform_interface
177+
url: "https://pub.dartlang.org"
178+
source: hosted
179+
version: "1.0.3"
180+
process:
120181
dependency: transitive
121182
description:
122-
name: sembast
183+
name: process
123184
url: "https://pub.dartlang.org"
124185
source: hosted
125-
version: "2.4.7+7"
186+
version: "3.0.13"
187+
shared_preferences:
188+
dependency: transitive
189+
description:
190+
name: shared_preferences
191+
url: "https://pub.dartlang.org"
192+
source: hosted
193+
version: "0.5.12+4"
194+
shared_preferences_linux:
195+
dependency: transitive
196+
description:
197+
name: shared_preferences_linux
198+
url: "https://pub.dartlang.org"
199+
source: hosted
200+
version: "0.0.2+4"
201+
shared_preferences_macos:
202+
dependency: transitive
203+
description:
204+
name: shared_preferences_macos
205+
url: "https://pub.dartlang.org"
206+
source: hosted
207+
version: "0.0.1+11"
208+
shared_preferences_platform_interface:
209+
dependency: transitive
210+
description:
211+
name: shared_preferences_platform_interface
212+
url: "https://pub.dartlang.org"
213+
source: hosted
214+
version: "1.0.4"
215+
shared_preferences_web:
216+
dependency: transitive
217+
description:
218+
name: shared_preferences_web
219+
url: "https://pub.dartlang.org"
220+
source: hosted
221+
version: "0.1.2+7"
222+
shared_preferences_windows:
223+
dependency: transitive
224+
description:
225+
name: shared_preferences_windows
226+
url: "https://pub.dartlang.org"
227+
source: hosted
228+
version: "0.0.1+3"
126229
sky_engine:
127230
dependency: transitive
128231
description: flutter
@@ -170,13 +273,6 @@ packages:
170273
url: "https://pub.dartlang.org"
171274
source: hosted
172275
version: "1.1.0-nullsafety.1"
173-
synchronized:
174-
dependency: transitive
175-
description:
176-
name: synchronized
177-
url: "https://pub.dartlang.org"
178-
source: hosted
179-
version: "2.2.0+2"
180276
term_glyph:
181277
dependency: transitive
182278
description:
@@ -205,5 +301,20 @@ packages:
205301
url: "https://pub.dartlang.org"
206302
source: hosted
207303
version: "2.1.0-nullsafety.3"
304+
win32:
305+
dependency: transitive
306+
description:
307+
name: win32
308+
url: "https://pub.dartlang.org"
309+
source: hosted
310+
version: "1.7.4"
311+
xdg_directories:
312+
dependency: transitive
313+
description:
314+
name: xdg_directories
315+
url: "https://pub.dartlang.org"
316+
source: hosted
317+
version: "0.1.2"
208318
sdks:
209319
dart: ">=2.10.0-110 <2.11.0"
320+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_feathersjs: ^0.0.2-dev
13+
flutter_feathersjs: ^0.0.2
1414
cupertino_icons: ^1.0.0
1515

1616
dev_dependencies:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_feathersjs
22
description: Communicate with your feathers js server from flutter.
3-
version: 0.0.1+1
3+
version: 0.0.2
44
homepage: https://github.com/Dahkenangnon/flutter_feathersjs.dart
55
repository: https://github.com/Dahkenangnon/flutter_feathersjs.dart
66

0 commit comments

Comments
 (0)