forked from firka/student-legacy
fix in share provider
This commit is contained in:
parent
67721112cc
commit
eb20fc1457
13
filcnaplo/ios/Flutter/flutter_export_environment 7.sh
Executable file
13
filcnaplo/ios/Flutter/flutter_export_environment 7.sh
Executable file
@ -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"
|
@ -34,7 +34,8 @@ class ShareProvider extends ChangeNotifier {
|
|||||||
?.value,
|
?.value,
|
||||||
'accent_color': (settings.customAccentColor ??
|
'accent_color': (settings.customAccentColor ??
|
||||||
SettingsProvider.defaultSettings().customAccentColor)
|
SettingsProvider.defaultSettings().customAccentColor)
|
||||||
?.value,
|
?.value ??
|
||||||
|
const Color(0xFF3D7BF4).value,
|
||||||
};
|
};
|
||||||
|
|
||||||
SharedTheme theme = SharedTheme.fromJson(themeJson);
|
SharedTheme theme = SharedTheme.fromJson(themeJson);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user