mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
add others
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user