diff --git a/fire_atlas_editor/lib/theme.dart b/fire_atlas_editor/lib/theme.dart index bed8c05..5f58fc6 100644 --- a/fire_atlas_editor/lib/theme.dart +++ b/fire_atlas_editor/lib/theme.dart @@ -14,8 +14,8 @@ final darkTheme = ThemeData( indicatorColor: _buttonColor, visualDensity: VisualDensity.adaptivePlatformDensity, checkboxTheme: CheckboxThemeData( - checkColor: MaterialStateProperty.all(_buttonColor), - fillColor: MaterialStateProperty.all(_darkPrimaryColor), + checkColor: WidgetStateProperty.all(_buttonColor), + fillColor: WidgetStateProperty.all(_darkPrimaryColor), ), brightness: Brightness.dark, ); diff --git a/fire_atlas_editor/lib/widgets/button.dart b/fire_atlas_editor/lib/widgets/button.dart index 3135eb4..76f63dd 100644 --- a/fire_atlas_editor/lib/widgets/button.dart +++ b/fire_atlas_editor/lib/widgets/button.dart @@ -29,7 +29,7 @@ class FButton extends StatelessWidget { child: Opacity( opacity: disabled ? 0.6 : 1, child: ElevatedButton( - style: ButtonStyle(backgroundColor: MaterialStateProperty.all(color)), + style: ButtonStyle(backgroundColor: WidgetStateProperty.all(color)), onPressed: () { if (!disabled) { onSelect(); diff --git a/fire_atlas_editor/macos/Podfile.lock b/fire_atlas_editor/macos/Podfile.lock index cbdc984..38b32ff 100644 --- a/fire_atlas_editor/macos/Podfile.lock +++ b/fire_atlas_editor/macos/Podfile.lock @@ -32,4 +32,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7 -COCOAPODS: 1.12.0 +COCOAPODS: 1.15.2 diff --git a/fire_atlas_editor/macos/Runner.xcodeproj/project.pbxproj b/fire_atlas_editor/macos/Runner.xcodeproj/project.pbxproj index aed4c02..709c896 100644 --- a/fire_atlas_editor/macos/Runner.xcodeproj/project.pbxproj +++ b/fire_atlas_editor/macos/Runner.xcodeproj/project.pbxproj @@ -202,7 +202,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0920; - LastUpgradeCheck = 1300; + LastUpgradeCheck = 1510; ORGANIZATIONNAME = ""; TargetAttributes = { 33CC10EC2044A3C60003C045 = { diff --git a/fire_atlas_editor/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/fire_atlas_editor/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 4dcb8ba..965110b 100644 --- a/fire_atlas_editor/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/fire_atlas_editor/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ =3.2.0-194.0.dev <4.0.0" - flutter: ">=3.3.0" + dart: ">=3.3.0 <4.0.0" + flutter: ">=3.18.0-18.0.pre.54"