Skip to content

Commit 6ab7eda

Browse files
committed
something
1 parent f61a1cb commit 6ab7eda

File tree

253 files changed

+756
-8563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+756
-8563
lines changed

packages/reactive_cupertino_switch/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
<Testables>
3132
</Testables>
@@ -45,11 +46,13 @@
4546
buildConfiguration = "Debug"
4647
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4748
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4850
launchStyle = "0"
4951
useCustomWorkingDirectory = "NO"
5052
ignoresPersistentStateOnLaunch = "NO"
5153
debugDocumentVersioning = "YES"
5254
debugServiceExtension = "internal"
55+
enableGPUValidationMode = "1"
5356
allowLocationSimulation = "YES">
5457
<BuildableProductRunnable
5558
runnableDebuggingMode = "0">

packages/reactive_cupertino_switch/example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

packages/reactive_cupertino_switch/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class MyApp extends StatelessWidget {
1111

1212
FormGroup buildForm() => fb.group({
1313
'switch': FormControl<bool>(value: false),
14-
'switchDisabled': FormControl<bool>(value: true, disabled: true),
14+
'switchDisabled': FormControl<bool>(value: true, disabled: false),
1515
});
1616

1717
@override

packages/reactive_dropdown_button2/.gitignore

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/reactive_dropdown_button2/.metadata

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/reactive_dropdown_button2/CHANGELOG.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

packages/reactive_dropdown_button2/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/reactive_dropdown_button2/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/reactive_dropdown_button2/analysis_options.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/reactive_dropdown_button2/example/.gitignore

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)