Skip to content

Commit a5addfa

Browse files
committedMay 13, 2022
feature/updated dependencies
1 parent 715d128 commit a5addfa

21 files changed

+84
-496
lines changed
 

‎android/.gitignore

-8
This file was deleted.

‎android/build.gradle

-40
This file was deleted.

‎android/gradle.properties

-3
This file was deleted.
-52.4 KB
Binary file not shown.

‎android/gradle/wrapper/gradle-wrapper.properties

-5
This file was deleted.

‎android/gradlew

-160
This file was deleted.

‎android/gradlew.bat

-90
This file was deleted.

‎android/settings.gradle

-1
This file was deleted.

‎android/src/main/AndroidManifest.xml

-3
This file was deleted.

‎android/src/main/kotlin/com/quickbirdstudios/surveykit/SurveyKitPlugin.kt

-16
This file was deleted.

‎example/pubspec.lock

+28-21
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.1.6"
10+
version: "3.3.0"
1111
async:
1212
dependency: transitive
1313
description:
@@ -63,7 +63,7 @@ packages:
6363
name: crypto
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "3.0.1"
66+
version: "3.0.2"
6767
csslib:
6868
dependency: transitive
6969
description:
@@ -103,7 +103,7 @@ packages:
103103
name: flutter_platform_widgets
104104
url: "https://pub.dartlang.org"
105105
source: hosted
106-
version: "1.12.0"
106+
version: "1.20.0"
107107
flutter_test:
108108
dependency: "direct dev"
109109
description: flutter
@@ -148,7 +148,7 @@ packages:
148148
name: json_annotation
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "4.4.0"
151+
version: "4.5.0"
152152
logging:
153153
dependency: transitive
154154
description:
@@ -162,7 +162,7 @@ packages:
162162
name: lottie
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "1.2.1"
165+
version: "1.3.0"
166166
matcher:
167167
dependency: transitive
168168
description:
@@ -205,27 +205,20 @@ packages:
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207207
version: "0.4.0"
208-
pedantic:
209-
dependency: transitive
210-
description:
211-
name: pedantic
212-
url: "https://pub.dartlang.org"
213-
source: hosted
214-
version: "1.11.1"
215208
plugin_platform_interface:
216209
dependency: transitive
217210
description:
218211
name: plugin_platform_interface
219212
url: "https://pub.dartlang.org"
220213
source: hosted
221-
version: "2.0.2"
214+
version: "2.1.2"
222215
provider:
223-
dependency: "direct overridden"
216+
dependency: transitive
224217
description:
225218
name: provider
226219
url: "https://pub.dartlang.org"
227220
source: hosted
228-
version: "6.0.1"
221+
version: "6.0.2"
229222
sky_engine:
230223
dependency: transitive
231224
description: flutter
@@ -265,7 +258,7 @@ packages:
265258
path: ".."
266259
relative: true
267260
source: path
268-
version: "0.0.21"
261+
version: "0.1.0"
269262
term_glyph:
270263
dependency: transitive
271264
description:
@@ -293,7 +286,7 @@ packages:
293286
name: uuid
294287
url: "https://pub.dartlang.org"
295288
source: hosted
296-
version: "3.0.5"
289+
version: "3.0.6"
297290
vector_math:
298291
dependency: transitive
299292
description:
@@ -307,21 +300,35 @@ packages:
307300
name: video_player
308301
url: "https://pub.dartlang.org"
309302
source: hosted
310-
version: "2.2.10"
303+
version: "2.4.2"
304+
video_player_android:
305+
dependency: transitive
306+
description:
307+
name: video_player_android
308+
url: "https://pub.dartlang.org"
309+
source: hosted
310+
version: "2.3.3"
311+
video_player_avfoundation:
312+
dependency: transitive
313+
description:
314+
name: video_player_avfoundation
315+
url: "https://pub.dartlang.org"
316+
source: hosted
317+
version: "2.3.4"
311318
video_player_platform_interface:
312319
dependency: transitive
313320
description:
314321
name: video_player_platform_interface
315322
url: "https://pub.dartlang.org"
316323
source: hosted
317-
version: "5.0.0"
324+
version: "5.1.2"
318325
video_player_web:
319326
dependency: transitive
320327
description:
321328
name: video_player_web
322329
url: "https://pub.dartlang.org"
323330
source: hosted
324-
version: "2.0.5"
331+
version: "2.0.10"
325332
sdks:
326333
dart: ">=2.14.0 <3.0.0"
327-
flutter: ">=2.5.0"
334+
flutter: ">=2.10.0"

‎example/pubspec.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
88
environment:
99
sdk: '>=2.12.0-0 <3.0.0'
1010

11-
12-
dependency_overrides:
13-
provider: ^6.0.0
14-
1511
dependencies:
1612
flutter:
1713
sdk: flutter

‎ios/.gitignore

-37
This file was deleted.

‎ios/Assets/.gitkeep

Whitespace-only changes.

‎ios/Classes/SurveyKitPlugin.h

-4
This file was deleted.

‎ios/Classes/SurveyKitPlugin.m

-15
This file was deleted.

‎ios/Classes/SwiftSurveyKitPlugin.swift

-8
This file was deleted.

‎ios/survey_kit.podspec

-23
This file was deleted.

‎lib/src/navigator/rules/conditional_navigation_rule.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ class ConditionalNavigationRule implements NavigationRule {
1010
final inputValues = json['values'] as Map<String, dynamic>;
1111
return ConditionalNavigationRule(
1212
resultToStepIdentifierMapper: (input) {
13-
for (final MapEntry entry in inputValues.entries)
13+
for (final MapEntry entry in inputValues.entries) {
1414
if (entry.key == input) {
1515
return StepIdentifier(id: entry.value);
1616
}
17+
}
18+
return null;
1719
},
1820
);
1921
}

‎pubspec.lock

+51-44
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "31.0.0"
10+
version: "39.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.0"
17+
version: "4.0.0"
1818
archive:
1919
dependency: transitive
2020
description:
2121
name: archive
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "3.1.6"
24+
version: "3.3.0"
2525
args:
2626
dependency: transitive
2727
description:
2828
name: args
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.3.0"
31+
version: "2.3.1"
3232
async:
3333
dependency: transitive
3434
description:
@@ -56,7 +56,7 @@ packages:
5656
name: build
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.2.0"
59+
version: "2.3.0"
6060
build_config:
6161
dependency: transitive
6262
description:
@@ -70,28 +70,28 @@ packages:
7070
name: build_daemon
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "3.0.1"
73+
version: "3.1.0"
7474
build_resolvers:
7575
dependency: transitive
7676
description:
7777
name: build_resolvers
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "2.0.4"
80+
version: "2.0.8"
8181
build_runner:
8282
dependency: "direct dev"
8383
description:
8484
name: build_runner
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "2.1.7"
87+
version: "2.1.10"
8888
build_runner_core:
8989
dependency: transitive
9090
description:
9191
name: build_runner_core
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "7.2.2"
94+
version: "7.2.3"
9595
built_collection:
9696
dependency: transitive
9797
description:
@@ -105,7 +105,7 @@ packages:
105105
name: built_value
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "8.1.3"
108+
version: "8.3.0"
109109
characters:
110110
dependency: transitive
111111
description:
@@ -127,13 +127,6 @@ packages:
127127
url: "https://pub.dartlang.org"
128128
source: hosted
129129
version: "2.0.1"
130-
cli_util:
131-
dependency: transitive
132-
description:
133-
name: cli_util
134-
url: "https://pub.dartlang.org"
135-
source: hosted
136-
version: "0.3.5"
137130
clock:
138131
dependency: transitive
139132
description:
@@ -168,7 +161,7 @@ packages:
168161
name: crypto
169162
url: "https://pub.dartlang.org"
170163
source: hosted
171-
version: "3.0.1"
164+
version: "3.0.2"
172165
csslib:
173166
dependency: transitive
174167
description:
@@ -189,7 +182,7 @@ packages:
189182
name: dart_style
190183
url: "https://pub.dartlang.org"
191184
source: hosted
192-
version: "2.1.1"
185+
version: "2.2.3"
193186
fake_async:
194187
dependency: transitive
195188
description:
@@ -210,7 +203,7 @@ packages:
210203
name: fixnum
211204
url: "https://pub.dartlang.org"
212205
source: hosted
213-
version: "1.0.0"
206+
version: "1.0.1"
214207
flutter:
215208
dependency: "direct main"
216209
description: flutter
@@ -229,7 +222,7 @@ packages:
229222
name: flutter_platform_widgets
230223
url: "https://pub.dartlang.org"
231224
source: hosted
232-
version: "1.12.0"
225+
version: "1.20.0"
233226
flutter_test:
234227
dependency: "direct dev"
235228
description: flutter
@@ -260,7 +253,7 @@ packages:
260253
name: go_router
261254
url: "https://pub.dartlang.org"
262255
source: hosted
263-
version: "2.5.5"
256+
version: "2.5.7"
264257
graphs:
265258
dependency: transitive
266259
description:
@@ -281,7 +274,7 @@ packages:
281274
name: http_multi_server
282275
url: "https://pub.dartlang.org"
283276
source: hosted
284-
version: "3.0.1"
277+
version: "3.2.0"
285278
http_parser:
286279
dependency: transitive
287280
description:
@@ -316,14 +309,14 @@ packages:
316309
name: json_annotation
317310
url: "https://pub.dartlang.org"
318311
source: hosted
319-
version: "4.4.0"
312+
version: "4.5.0"
320313
json_serializable:
321314
dependency: "direct dev"
322315
description:
323316
name: json_serializable
324317
url: "https://pub.dartlang.org"
325318
source: hosted
326-
version: "6.1.3"
319+
version: "6.2.0"
327320
logging:
328321
dependency: transitive
329322
description:
@@ -337,7 +330,7 @@ packages:
337330
name: lottie
338331
url: "https://pub.dartlang.org"
339332
source: hosted
340-
version: "1.2.1"
333+
version: "1.3.0"
341334
matcher:
342335
dependency: transitive
343336
description:
@@ -365,7 +358,7 @@ packages:
365358
name: mime
366359
url: "https://pub.dartlang.org"
367360
source: hosted
368-
version: "1.0.1"
361+
version: "1.0.2"
369362
nested:
370363
dependency: transitive
371364
description:
@@ -394,13 +387,13 @@ packages:
394387
url: "https://pub.dartlang.org"
395388
source: hosted
396389
version: "0.4.0"
397-
pedantic:
390+
plugin_platform_interface:
398391
dependency: transitive
399392
description:
400-
name: pedantic
393+
name: plugin_platform_interface
401394
url: "https://pub.dartlang.org"
402395
source: hosted
403-
version: "1.11.1"
396+
version: "2.1.2"
404397
pool:
405398
dependency: transitive
406399
description:
@@ -414,28 +407,28 @@ packages:
414407
name: provider
415408
url: "https://pub.dartlang.org"
416409
source: hosted
417-
version: "6.0.1"
410+
version: "6.0.2"
418411
pub_semver:
419412
dependency: transitive
420413
description:
421414
name: pub_semver
422415
url: "https://pub.dartlang.org"
423416
source: hosted
424-
version: "2.1.0"
417+
version: "2.1.1"
425418
pubspec_parse:
426419
dependency: transitive
427420
description:
428421
name: pubspec_parse
429422
url: "https://pub.dartlang.org"
430423
source: hosted
431-
version: "1.1.0"
424+
version: "1.2.0"
432425
shelf:
433426
dependency: transitive
434427
description:
435428
name: shelf
436429
url: "https://pub.dartlang.org"
437430
source: hosted
438-
version: "1.2.0"
431+
version: "1.3.0"
439432
shelf_web_socket:
440433
dependency: transitive
441434
description:
@@ -454,14 +447,14 @@ packages:
454447
name: source_gen
455448
url: "https://pub.dartlang.org"
456449
source: hosted
457-
version: "1.0.3"
450+
version: "1.2.2"
458451
source_helper:
459452
dependency: transitive
460453
description:
461454
name: source_helper
462455
url: "https://pub.dartlang.org"
463456
source: hosted
464-
version: "1.3.1"
457+
version: "1.3.2"
465458
source_span:
466459
dependency: transitive
467460
description:
@@ -531,7 +524,7 @@ packages:
531524
name: uuid
532525
url: "https://pub.dartlang.org"
533526
source: hosted
534-
version: "3.0.5"
527+
version: "3.0.6"
535528
vector_math:
536529
dependency: transitive
537530
description:
@@ -545,21 +538,35 @@ packages:
545538
name: video_player
546539
url: "https://pub.dartlang.org"
547540
source: hosted
548-
version: "2.2.8"
541+
version: "2.4.2"
542+
video_player_android:
543+
dependency: transitive
544+
description:
545+
name: video_player_android
546+
url: "https://pub.dartlang.org"
547+
source: hosted
548+
version: "2.3.3"
549+
video_player_avfoundation:
550+
dependency: transitive
551+
description:
552+
name: video_player_avfoundation
553+
url: "https://pub.dartlang.org"
554+
source: hosted
555+
version: "2.3.4"
549556
video_player_platform_interface:
550557
dependency: transitive
551558
description:
552559
name: video_player_platform_interface
553560
url: "https://pub.dartlang.org"
554561
source: hosted
555-
version: "4.2.0"
562+
version: "5.1.2"
556563
video_player_web:
557564
dependency: transitive
558565
description:
559566
name: video_player_web
560567
url: "https://pub.dartlang.org"
561568
source: hosted
562-
version: "2.0.4"
569+
version: "2.0.10"
563570
watcher:
564571
dependency: transitive
565572
description:
@@ -573,14 +580,14 @@ packages:
573580
name: web_socket_channel
574581
url: "https://pub.dartlang.org"
575582
source: hosted
576-
version: "2.1.0"
583+
version: "2.2.0"
577584
yaml:
578585
dependency: transitive
579586
description:
580587
name: yaml
581588
url: "https://pub.dartlang.org"
582589
source: hosted
583-
version: "3.1.0"
590+
version: "3.1.1"
584591
sdks:
585-
dart: ">=2.14.0 <3.0.0"
586-
flutter: ">=2.5.0"
592+
dart: ">=2.16.0 <3.0.0"
593+
flutter: ">=2.10.0"

‎pubspec.yaml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: survey_kit
22
description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
3-
version: 0.0.22
3+
version: 0.1.0
44
homepage: https://quickbirdstudios.com
55
repository: https://github.com/quickbirdstudios/survey_kit
66
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues
@@ -21,7 +21,7 @@ dependencies:
2121
intl: ^0.17.0
2222
json_annotation: ^4.0.1
2323
lottie: ^1.0.1
24-
provider: ^6.0.0
24+
provider: ^6.0.2
2525
uuid: ^3.0.4
2626
video_player: ^2.1.6
2727

@@ -36,17 +36,6 @@ dev_dependencies:
3636

3737
# The following section is specific to Flutter.
3838
flutter:
39-
# This section identifies this Flutter project as a plugin project.
40-
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
41-
# be modified. They are used by the tooling to maintain consistency when
42-
# adding or updating assets for this project.
43-
plugin:
44-
platforms:
45-
android:
46-
package: com.quickbirdstudios.surveykit
47-
pluginClass: SurveyKitPlugin
48-
ios:
49-
pluginClass: SurveyKitPlugin
5039

5140
# To add assets to your plugin package, add an assets section, like this:
5241
assets:

0 commit comments

Comments
 (0)
Please sign in to comment.