MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 9db8c80d63 - Show all commits

View File

@@ -53,20 +53,12 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
backgroundColor: CustomTheme.backgroundColor, backgroundColor: CustomTheme.backgroundColor,
body: tabs[currentIndex], body: tabs[currentIndex],
extendBody: true, extendBody: true,
floatingActionButton: FloatingActionButton(
shape: const CircleBorder(),
backgroundColor: CustomTheme.primaryColor,
onPressed: () {},
child: const Icon(Icons.add),
),
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
bottomNavigationBar: BottomAppBar( bottomNavigationBar: BottomAppBar(
padding: const EdgeInsets.symmetric(horizontal: 10), padding: const EdgeInsets.symmetric(horizontal: 10),
elevation: 10, elevation: 10,
height: 60, height: 60,
color: CustomTheme.primaryColor, color: CustomTheme.primaryColor,
shape: const CircularNotchedRectangle(), shape: null,
notchMargin: 5,
child: Row( child: Row(
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
@@ -85,7 +77,6 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
), ),
onPressed: () => onTabTapped(1), onPressed: () => onTabTapped(1),
), ),
const SizedBox(width: 40),
IconButton( IconButton(
icon: Icon( icon: Icon(
Icons.groups, Icons.groups,