Skip to content

Commit 51c8aed

Browse files
committed
chore: update to latest dependencies
1 parent bdc3a94 commit 51c8aed

File tree

8 files changed

+373
-303
lines changed

8 files changed

+373
-303
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,50 @@
1+
# 0.3.1
2+
3+
- INFO: Updated dependencies (Flutter 3.32.1)
4+
15
# 0.3.0
6+
27
- BREAKING: ImageAnswer got moved into its own separate package (https://github.com/QuickBirdEng/survey_kit/tree/main/packages/survey_kit_image_answer)
38
- To use it, import survey_kit_image_answer and add it to your dependencies
49
- This will be released as a separate package on pub.dev soon
10+
511
# 0.2.1
12+
613
- INFO: Updated dependencies (Flutter 3.24.3)
714
- FEATURE: Added agreement step
815
- FEATURE: Cancel button is configurable now
916
- FIX: Hide keyboard when going to the next step
1017
- FIX: Survey not ending after first completion step
1118
- FIX: Use BuildContext as default param in survey_controller.dart
19+
1220
# 0.2.0
21+
1322
- INFO: Updated dependencies (Flutter 3.13.2)
23+
1424
# 0.1.3
25+
1526
- INFO: Update dependencies (Flutter 3.10)
1627
- FIX: Fix validation of boolean answer format
1728
- FIX: Fix localization of next button
29+
1830
# 0.1.2
31+
1932
- INFO: Update dependencies (Flutter 3.7.0)
2033

2134
# 0.1.1
35+
2236
- INFO: Update dependencies (Flutter 3.0.2)
37+
2338
# 0.1.0
39+
2440
- INFO: Updated dependencies
41+
2542
# 0.0.21
43+
2644
- BREAKING: Adapated text styles to to TextThemes - You can find a complete list in the README.md
2745

2846
# 0.0.20
47+
2948
- BREAKING: Value identifier for Single-/Multiplechoice answers is now the value
3049
- BREAKING: You now have to close the survey yourself when finished in onResult
3150
- BREAKING: Remove video player step for now because of dependency issues (If you rely on it use https://github.com/quickbirdstudios/survey_kit.git)
@@ -41,6 +60,7 @@
4160
- INFO: Updated dependencies
4261

4362
# 0.0.12
63+
4464
- FEATURE: Video-Step
4565

4666
- BUGFIX: isOptional Parameter works now as expected
@@ -76,4 +96,4 @@
7696

7797
Initial Version of the library.
7898

79-
- Includes the ability to create a surveys with prebuild and customs step.
99+
- Includes the ability to create a surveys with prebuild and customs step.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
package io.flutter.plugins;
2+
3+
import androidx.annotation.Keep;
4+
import androidx.annotation.NonNull;
5+
import io.flutter.Log;
6+
7+
import io.flutter.embedding.engine.FlutterEngine;
8+
9+
/**
10+
* Generated file. Do not edit.
11+
* This file is generated by the Flutter tool based on the
12+
* plugins that support the Android platform.
13+
*/
14+
@Keep
15+
public final class GeneratedPluginRegistrant {
16+
private static final String TAG = "GeneratedPluginRegistrant";
17+
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
18+
try {
19+
flutterEngine.getPlugins().add(new dev.flutter.plugins.integration_test.IntegrationTestPlugin());
20+
} catch (Exception e) {
21+
Log.e(TAG, "Error registering plugin integration_test, dev.flutter.plugins.integration_test.IntegrationTestPlugin", e);
22+
}
23+
try {
24+
flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin());
25+
} catch (Exception e) {
26+
Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e);
27+
}
28+
try {
29+
flutterEngine.getPlugins().add(new io.flutter.plugins.videoplayer.VideoPlayerPlugin());
30+
} catch (Exception e) {
31+
Log.e(TAG, "Error registering plugin video_player_android, io.flutter.plugins.videoplayer.VideoPlayerPlugin", e);
32+
}
33+
}
34+
}

android/local.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sdk.dir=/Users/marvinmarz/Library/Android/sdk
2+
flutter.sdk=/Users/marvinmarz/fvm/versions/3.32.1

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ EXTERNAL SOURCES:
3535
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
3636

3737
SPEC CHECKSUMS:
38-
camera_avfoundation: dd002b0330f4981e1bbcb46ae9b62829237459a4
38+
camera_avfoundation: adb0207d868b2d873e895371d88448399ab78d87
3939
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
4040
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
4141
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
@@ -54,11 +55,13 @@
5455
buildConfiguration = "Debug"
5556
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5657
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
5759
launchStyle = "0"
5860
useCustomWorkingDirectory = "NO"
5961
ignoresPersistentStateOnLaunch = "NO"
6062
debugDocumentVersioning = "YES"
6163
debugServiceExtension = "internal"
64+
enableGPUValidationMode = "1"
6265
allowLocationSimulation = "YES">
6366
<BuildableProductRunnable
6467
runnableDebuggingMode = "0">

0 commit comments

Comments
 (0)