Fix on macos

This commit is contained in:
Daniel 2024-08-14 14:08:14 -04:00
parent 47cca3e3c0
commit 1e6b0d0439
4 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,7 @@ class CallsApp extends StatelessWidget {
),
darkTheme: ThemeData(
brightness: Brightness.dark,
scaffoldBackgroundColor: Colors.black,
),
themeMode: ThemeMode.dark,
home: const CallsHome(),

View file

@ -269,7 +269,6 @@
33CC10EC2044A3C60003C045 = {
CreatedOnToolsVersion = 9.2;
LastSwiftMigration = 1100;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Sandbox = {
enabled = 1;
@ -571,6 +570,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HPWYU9LLXA;
@ -706,6 +706,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HPWYU9LLXA;
@ -729,6 +730,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = HPWYU9LLXA;

View file

@ -26,7 +26,7 @@ packages:
source: hosted
version: "4.0.3"
audioplayers_darwin:
dependency: transitive
dependency: "direct main"
description:
name: audioplayers_darwin
sha256: "3034e99a6df8d101da0f5082dcca0a2a99db62ab1d4ddb3277bed3f6f81afe08"

View file

@ -44,6 +44,7 @@ dependencies:
flutter_secure_storage: ^9.2.2
http: ^1.2.2
audioplayers_linux: ^3.1.0
audioplayers_darwin: ^5.0.2
dev_dependencies:
flutter_test: