add others

This commit is contained in:
jyuesong
2022-01-17 16:42:46 +08:00
parent 105d6172b6
commit ad141e4bd1
18 changed files with 291 additions and 128 deletions

View File

@@ -89,12 +89,20 @@ class _HomePageState extends ConsumerState<HomePage> {
body: IndexedStack(
index: _index,
children: [
const TaskPage(),
const EnvPage(),
ConfigPage(
key: configKey,
const Positioned.fill(
child: TaskPage(),
),
const Positioned.fill(
child: EnvPage(),
),
Positioned.fill(
child: ConfigPage(
key: configKey,
),
),
const Positioned.fill(
child: OtherPage(),
),
const OtherPage(),
],
),
bottomNavigationBar: BottomNavigationBar(