Skip to content

Commit 2de7d1a

Browse files
committed
🎉 update version to 2.2.3
1 parent f867044 commit 2de7d1a

File tree

5 files changed

+70
-39
lines changed

5 files changed

+70
-39
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.3
2+
* General Update.
3+
14
## 2.2.2
25
* Added Widget testing.
36
* Updated Readme.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You should ensure that you add the `intro_views_flutter` as a dependency in your
4545

4646
```yaml
4747
dependencies:
48-
intro_views_flutter: "^2.2.2"
48+
intro_views_flutter: "^2.2.3"
4949
```
5050
5151
You can also reference the git repository directly if you want:

example/pubspec.lock

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
name: crypto
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.0.3"
59+
version: "2.0.5"
6060
csslib:
6161
dependency: transitive
6262
description:
@@ -101,7 +101,7 @@ packages:
101101
name: html
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "0.13.3"
104+
version: "0.13.3+1"
105105
http:
106106
dependency: transitive
107107
description:
@@ -115,7 +115,7 @@ packages:
115115
name: http_multi_server
116116
url: "https://pub.dartlang.org"
117117
source: hosted
118-
version: "2.0.4"
118+
version: "2.0.5"
119119
http_parser:
120120
dependency: transitive
121121
description:
@@ -129,7 +129,7 @@ packages:
129129
path: ".."
130130
relative: true
131131
source: path
132-
version: "2.2.1"
132+
version: "2.2.3"
133133
io:
134134
dependency: transitive
135135
description:
@@ -144,6 +144,13 @@ packages:
144144
url: "https://pub.dartlang.org"
145145
source: hosted
146146
version: "0.6.1"
147+
json_rpc_2:
148+
dependency: transitive
149+
description:
150+
name: json_rpc_2
151+
url: "https://pub.dartlang.org"
152+
source: hosted
153+
version: "2.0.8"
147154
kernel:
148155
dependency: transitive
149156
description:
@@ -164,7 +171,7 @@ packages:
164171
name: matcher
165172
url: "https://pub.dartlang.org"
166173
source: hosted
167-
version: "0.12.2+1"
174+
version: "0.12.2"
168175
meta:
169176
dependency: transitive
170177
description:
@@ -178,7 +185,7 @@ packages:
178185
name: mime
179186
url: "https://pub.dartlang.org"
180187
source: hosted
181-
version: "0.9.6"
188+
version: "0.9.6+1"
182189
multi_server_socket:
183190
dependency: transitive
184191
description:
@@ -192,7 +199,7 @@ packages:
192199
name: node_preamble
193200
url: "https://pub.dartlang.org"
194201
source: hosted
195-
version: "1.4.1"
202+
version: "1.4.2"
196203
package_config:
197204
dependency: transitive
198205
description:
@@ -206,14 +213,14 @@ packages:
206213
name: package_resolver
207214
url: "https://pub.dartlang.org"
208215
source: hosted
209-
version: "1.0.2"
216+
version: "1.0.3"
210217
path:
211218
dependency: transitive
212219
description:
213220
name: path
214221
url: "https://pub.dartlang.org"
215222
source: hosted
216-
version: "1.5.1"
223+
version: "1.6.1"
217224
plugin:
218225
dependency: transitive
219226
description:
@@ -227,7 +234,7 @@ packages:
227234
name: pool
228235
url: "https://pub.dartlang.org"
229236
source: hosted
230-
version: "1.3.4"
237+
version: "1.3.5"
231238
pub_semver:
232239
dependency: transitive
233240
description:
@@ -248,7 +255,7 @@ packages:
248255
name: shelf
249256
url: "https://pub.dartlang.org"
250257
source: hosted
251-
version: "0.7.3"
258+
version: "0.7.3+1"
252259
shelf_packages_handler:
253260
dependency: transitive
254261
description:
@@ -262,14 +269,14 @@ packages:
262269
name: shelf_static
263270
url: "https://pub.dartlang.org"
264271
source: hosted
265-
version: "0.2.7"
272+
version: "0.2.7+1"
266273
shelf_web_socket:
267274
dependency: transitive
268275
description:
269276
name: shelf_web_socket
270277
url: "https://pub.dartlang.org"
271278
source: hosted
272-
version: "0.2.2"
279+
version: "0.2.2+2"
273280
sky_engine:
274281
dependency: transitive
275282
description: flutter
@@ -309,7 +316,7 @@ packages:
309316
name: stream_channel
310317
url: "https://pub.dartlang.org"
311318
source: hosted
312-
version: "1.6.6"
319+
version: "1.6.7+1"
313320
string_scanner:
314321
dependency: transitive
315322
description:
@@ -330,7 +337,7 @@ packages:
330337
name: test
331338
url: "https://pub.dartlang.org"
332339
source: hosted
333-
version: "0.12.37"
340+
version: "0.12.41"
334341
typed_data:
335342
dependency: transitive
336343
description:
@@ -352,27 +359,34 @@ packages:
352359
url: "https://pub.dartlang.org"
353360
source: hosted
354361
version: "2.0.6"
362+
vm_service_client:
363+
dependency: transitive
364+
description:
365+
name: vm_service_client
366+
url: "https://pub.dartlang.org"
367+
source: hosted
368+
version: "0.2.4+3"
355369
watcher:
356370
dependency: transitive
357371
description:
358372
name: watcher
359373
url: "https://pub.dartlang.org"
360374
source: hosted
361-
version: "0.9.7+7"
375+
version: "0.9.7+8"
362376
web_socket_channel:
363377
dependency: transitive
364378
description:
365379
name: web_socket_channel
366380
url: "https://pub.dartlang.org"
367381
source: hosted
368-
version: "1.0.7"
382+
version: "1.0.8"
369383
yaml:
370384
dependency: transitive
371385
description:
372386
name: yaml
373387
url: "https://pub.dartlang.org"
374388
source: hosted
375-
version: "2.1.13"
389+
version: "2.1.14"
376390
sdks:
377-
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.58.0.flutter-f981f09760"
391+
dart: ">=2.0.0-dev.62.0 <=2.0.0-dev.63.0.flutter-4c9689c1d2"
378392
flutter: ">=0.1.4 <2.0.0"

pubspec.lock

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
name: crypto
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.0.3"
59+
version: "2.0.5"
6060
csslib:
6161
dependency: transitive
6262
description:
@@ -94,7 +94,7 @@ packages:
9494
name: html
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "0.13.3"
97+
version: "0.13.3+1"
9898
http:
9999
dependency: transitive
100100
description:
@@ -108,7 +108,7 @@ packages:
108108
name: http_multi_server
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "2.0.4"
111+
version: "2.0.5"
112112
http_parser:
113113
dependency: transitive
114114
description:
@@ -130,6 +130,13 @@ packages:
130130
url: "https://pub.dartlang.org"
131131
source: hosted
132132
version: "0.6.1"
133+
json_rpc_2:
134+
dependency: transitive
135+
description:
136+
name: json_rpc_2
137+
url: "https://pub.dartlang.org"
138+
source: hosted
139+
version: "2.0.8"
133140
kernel:
134141
dependency: transitive
135142
description:
@@ -150,7 +157,7 @@ packages:
150157
name: matcher
151158
url: "https://pub.dartlang.org"
152159
source: hosted
153-
version: "0.12.2+1"
160+
version: "0.12.2"
154161
meta:
155162
dependency: transitive
156163
description:
@@ -164,7 +171,7 @@ packages:
164171
name: mime
165172
url: "https://pub.dartlang.org"
166173
source: hosted
167-
version: "0.9.6"
174+
version: "0.9.6+1"
168175
multi_server_socket:
169176
dependency: transitive
170177
description:
@@ -178,7 +185,7 @@ packages:
178185
name: node_preamble
179186
url: "https://pub.dartlang.org"
180187
source: hosted
181-
version: "1.4.1"
188+
version: "1.4.2"
182189
package_config:
183190
dependency: transitive
184191
description:
@@ -192,14 +199,14 @@ packages:
192199
name: package_resolver
193200
url: "https://pub.dartlang.org"
194201
source: hosted
195-
version: "1.0.2"
202+
version: "1.0.3"
196203
path:
197204
dependency: transitive
198205
description:
199206
name: path
200207
url: "https://pub.dartlang.org"
201208
source: hosted
202-
version: "1.5.1"
209+
version: "1.6.1"
203210
plugin:
204211
dependency: transitive
205212
description:
@@ -213,7 +220,7 @@ packages:
213220
name: pool
214221
url: "https://pub.dartlang.org"
215222
source: hosted
216-
version: "1.3.4"
223+
version: "1.3.5"
217224
pub_semver:
218225
dependency: transitive
219226
description:
@@ -234,7 +241,7 @@ packages:
234241
name: shelf
235242
url: "https://pub.dartlang.org"
236243
source: hosted
237-
version: "0.7.3"
244+
version: "0.7.3+1"
238245
shelf_packages_handler:
239246
dependency: transitive
240247
description:
@@ -248,14 +255,14 @@ packages:
248255
name: shelf_static
249256
url: "https://pub.dartlang.org"
250257
source: hosted
251-
version: "0.2.7"
258+
version: "0.2.7+1"
252259
shelf_web_socket:
253260
dependency: transitive
254261
description:
255262
name: shelf_web_socket
256263
url: "https://pub.dartlang.org"
257264
source: hosted
258-
version: "0.2.2"
265+
version: "0.2.2+2"
259266
sky_engine:
260267
dependency: transitive
261268
description: flutter
@@ -295,7 +302,7 @@ packages:
295302
name: stream_channel
296303
url: "https://pub.dartlang.org"
297304
source: hosted
298-
version: "1.6.6"
305+
version: "1.6.7+1"
299306
string_scanner:
300307
dependency: transitive
301308
description:
@@ -316,7 +323,7 @@ packages:
316323
name: test
317324
url: "https://pub.dartlang.org"
318325
source: hosted
319-
version: "0.12.37"
326+
version: "0.12.41"
320327
typed_data:
321328
dependency: transitive
322329
description:
@@ -338,27 +345,34 @@ packages:
338345
url: "https://pub.dartlang.org"
339346
source: hosted
340347
version: "2.0.6"
348+
vm_service_client:
349+
dependency: transitive
350+
description:
351+
name: vm_service_client
352+
url: "https://pub.dartlang.org"
353+
source: hosted
354+
version: "0.2.4+3"
341355
watcher:
342356
dependency: transitive
343357
description:
344358
name: watcher
345359
url: "https://pub.dartlang.org"
346360
source: hosted
347-
version: "0.9.7+7"
361+
version: "0.9.7+8"
348362
web_socket_channel:
349363
dependency: transitive
350364
description:
351365
name: web_socket_channel
352366
url: "https://pub.dartlang.org"
353367
source: hosted
354-
version: "1.0.7"
368+
version: "1.0.8"
355369
yaml:
356370
dependency: transitive
357371
description:
358372
name: yaml
359373
url: "https://pub.dartlang.org"
360374
source: hosted
361-
version: "2.1.13"
375+
version: "2.1.14"
362376
sdks:
363-
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.58.0.flutter-f981f09760"
377+
dart: ">=2.0.0-dev.62.0 <=2.0.0-dev.63.0.flutter-4c9689c1d2"
364378
flutter: ">=0.1.4 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: intro_views_flutter
22
description: A Flutter package for simple material design app intro screens with some cool animations.
3-
version: 2.2.2
3+
version: 2.2.3
44
author: Ayush Agarwal <aagarwal9782@gmail.com>
55
homepage: https://github.com/aagarwal1012/IntroViews-Flutter
66

0 commit comments

Comments
 (0)