mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -60,7 +60,7 @@ class _ContainerPageState extends State<ContainerPage> {
|
|||||||
builder: (_, __) => Consumer<ContainerProvider>(
|
builder: (_, __) => Consumer<ContainerProvider>(
|
||||||
builder: (_, ___, __) {
|
builder: (_, ___, __) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: CustomAppBar(
|
||||||
centerTitle: true,
|
centerTitle: true,
|
||||||
title: TwoLineText(up: l10n.container, down: widget.spi.name),
|
title: TwoLineText(up: l10n.container, down: widget.spi.name),
|
||||||
actions: [
|
actions: [
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ class _HomePageState extends State<HomePage>
|
|||||||
builder: (context, child) =>
|
builder: (context, child) =>
|
||||||
AdaptiveScaffold.standardNavigationRail(
|
AdaptiveScaffold.standardNavigationRail(
|
||||||
extended: extended,
|
extended: extended,
|
||||||
padding: EdgeInsets.zero,
|
padding: EdgeInsets.only(top: CustomAppBar.sysStatusBarHeight),
|
||||||
selectedIndex: _selectIndex.value,
|
selectedIndex: _selectIndex.value,
|
||||||
destinations: AppTab.navRailDestinations,
|
destinations: AppTab.navRailDestinations,
|
||||||
onDestinationSelected: _onDestinationSelected,
|
onDestinationSelected: _onDestinationSelected,
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ class _SettingsPageState extends State<SettingsPage>
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: CustomAppBar(
|
||||||
title: Text(libL10n.setting, style: const TextStyle(fontSize: 20)),
|
title: Text(libL10n.setting, style: const TextStyle(fontSize: 20)),
|
||||||
bottom: TabBar(
|
bottom: TabBar(
|
||||||
controller: _tabCtrl,
|
controller: _tabCtrl,
|
||||||
|
|||||||
@@ -488,6 +488,14 @@ packages:
|
|||||||
description: flutter
|
description: flutter
|
||||||
source: sdk
|
source: sdk
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
flutter_adaptive_scaffold:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: flutter_adaptive_scaffold
|
||||||
|
sha256: "7279d74da2f2531a16d21c2ec327308778c3aedd672dfe4eaf3bf416463501f8"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.3.2"
|
||||||
flutter_displaymode:
|
flutter_displaymode:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user