Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-30 14:50:54 +08:00
parent 80fa0240e9
commit 8d94c0405f
115 changed files with 3150 additions and 1438 deletions

View File

@@ -124,7 +124,8 @@ class BottomControl extends StatelessWidget {
),
),
if (controller.viewPointList.isNotEmpty &&
controller.showVP.value) ...[
controller.showVP.value)
// ...[
Positioned(
left: 0,
right: 0,
@@ -141,16 +142,16 @@ class BottomControl extends StatelessWidget {
),
),
),
buildViewPointWidget(
controller,
8.75,
maxWidth -
40 -
(isFullScreen
? MediaQuery.viewPaddingOf(context).horizontal
: 0),
),
],
// buildViewPointWidget(
// controller,
// 8.75,
// maxWidth -
// 40 -
// (isFullScreen
// ? MediaQuery.viewPaddingOf(context).horizontal
// : 0),
// ),
// ],
if (controller.dmTrend.isNotEmpty &&
controller.showDmTreandChart.value)
buildDmChart(theme, controller, 4.5),