1.0.0 release #31

Merged
hernik merged 31 commits from dev into main 2024-02-10 16:27:33 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit b4cbfe8f08 - Show all commits

View file

@ -92,6 +92,9 @@ class _HomeViewState extends State<HomeView> {
child: Scaffold(
drawer: makeDrawer(context, 1),
floatingActionButton: SpeedDial(
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(16)),
),
icon: Icons.add,
activeIcon: Icons.close,
children: [

View file

@ -125,7 +125,6 @@ class _RecurringEntriesViewState extends State<RecurringEntriesView> {
],
),
floatingActionButton: FloatingActionButton(
shape: const CircleBorder(),
child: const Icon(Icons.add),
onPressed: () {
Navigator.of(context).push(