mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-21 17:33:03 +01:00
fixed color issue on Android 11 and below
This commit is contained in:
parent
c8f462b61d
commit
2ba864c9e0
|
@ -12,7 +12,7 @@ class MyApp extends StatelessWidget {
|
||||||
const MyApp({super.key});
|
const MyApp({super.key});
|
||||||
|
|
||||||
static final _defaultLightColorScheme =
|
static final _defaultLightColorScheme =
|
||||||
ColorScheme.fromSwatch(primarySwatch: Colors.blue);
|
ColorScheme.light();//.fromSwatch(primarySwatch: Colors.blue, backgroundColor: Colors.white);
|
||||||
|
|
||||||
static final _defaultDarkColorScheme = ColorScheme.fromSwatch(
|
static final _defaultDarkColorScheme = ColorScheme.fromSwatch(
|
||||||
primarySwatch: Colors.blue, brightness: Brightness.dark);
|
primarySwatch: Colors.blue, brightness: Brightness.dark);
|
||||||
|
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 0.9.0+2
|
version: 0.9.0+3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^2.19.0
|
sdk: ^2.19.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user