mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
upgrade dep
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -249,6 +249,7 @@ class MyApp extends StatelessWidget {
|
|||||||
variant: variant,
|
variant: variant,
|
||||||
// dynamicSchemeVariant: dynamicSchemeVariant,
|
// dynamicSchemeVariant: dynamicSchemeVariant,
|
||||||
// tones: FlexTones.soft(Brightness.light),
|
// tones: FlexTones.soft(Brightness.light),
|
||||||
|
useExpressiveOnContainerColors: false,
|
||||||
);
|
);
|
||||||
darkColorScheme = SeedColorScheme.fromSeeds(
|
darkColorScheme = SeedColorScheme.fromSeeds(
|
||||||
primaryKey: brandColor,
|
primaryKey: brandColor,
|
||||||
@@ -256,6 +257,7 @@ class MyApp extends StatelessWidget {
|
|||||||
variant: variant,
|
variant: variant,
|
||||||
// dynamicSchemeVariant: dynamicSchemeVariant,
|
// dynamicSchemeVariant: dynamicSchemeVariant,
|
||||||
// tones: FlexTones.soft(Brightness.dark),
|
// tones: FlexTones.soft(Brightness.dark),
|
||||||
|
useExpressiveOnContainerColors: false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -586,10 +586,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flex_seed_scheme
|
name: flex_seed_scheme
|
||||||
sha256: "828291a5a4d4283590541519d8b57821946660ac61d2e07d955f81cfcab22e5d"
|
sha256: a3183753bbcfc3af106224bff3ab3e1844b73f58062136b7499919f49f3667e7
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.6.1"
|
version: "4.0.1"
|
||||||
floating:
|
floating:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ dependencies:
|
|||||||
#解压直播消息
|
#解压直播消息
|
||||||
brotli: ^0.6.0
|
brotli: ^0.6.0
|
||||||
expandable: ^5.0.1
|
expandable: ^5.0.1
|
||||||
flex_seed_scheme: ^3.4.1
|
flex_seed_scheme: ^4.0.1
|
||||||
live_photo_maker: ^0.0.6
|
live_photo_maker: ^0.0.6
|
||||||
fl_chart: ^1.0.0
|
fl_chart: ^1.0.0
|
||||||
synchronized: ^3.3.0
|
synchronized: ^3.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user