diff --git a/filcnaplo/ios/Flutter/flutter_export_environment 7.sh b/filcnaplo/ios/Flutter/flutter_export_environment 7.sh new file mode 100755 index 0000000..3d52119 --- /dev/null +++ b/filcnaplo/ios/Flutter/flutter_export_environment 7.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# This is a generated file; do not edit or check into version control. +export "FLUTTER_ROOT=/Users/kima/src/flutter" +export "FLUTTER_APPLICATION_PATH=/Users/kima/Documents/refilc/app/naplo/filcnaplo" +export "COCOAPODS_PARALLEL_CODE_SIGN=true" +export "FLUTTER_TARGET=lib/main.dart" +export "FLUTTER_BUILD_DIR=build" +export "FLUTTER_BUILD_NAME=4.2.2" +export "FLUTTER_BUILD_NUMBER=222" +export "DART_OBFUSCATION=false" +export "TRACK_WIDGET_CREATION=true" +export "TREE_SHAKE_ICONS=false" +export "PACKAGE_CONFIG=.dart_tool/package_config.json" diff --git a/filcnaplo_premium/lib/providers/share_provider.dart b/filcnaplo_premium/lib/providers/share_provider.dart index 2ba8c3f..8407e43 100644 --- a/filcnaplo_premium/lib/providers/share_provider.dart +++ b/filcnaplo_premium/lib/providers/share_provider.dart @@ -33,8 +33,9 @@ class ShareProvider extends ChangeNotifier { SettingsProvider.defaultSettings().customHighlightColor) ?.value, 'accent_color': (settings.customAccentColor ?? - SettingsProvider.defaultSettings().customAccentColor) - ?.value, + SettingsProvider.defaultSettings().customAccentColor) + ?.value ?? + const Color(0xFF3D7BF4).value, }; SharedTheme theme = SharedTheme.fromJson(themeJson);