removed add project button, pushed version tag

This commit is contained in:
Benimautner 2023-07-24 00:12:42 +02:00
parent c4885b4d41
commit 7b6da4970c
2 changed files with 2 additions and 5 deletions

View File

@ -121,10 +121,7 @@ class _ProjectOverviewPageState extends State<ProjectOverviewPage>
.toList()),
onRefresh: _loadProjects,
),
floatingActionButton: Builder(
builder: (context) => FloatingActionButton(
onPressed: () => _addProjectDialog(context),
child: const Icon(Icons.add))),
appBar: AppBar(
title: Text("Projects"),
),

View File

@ -1,7 +1,7 @@
name: vikunja_app
description: Vikunja as Flutter cross platform app
version: 0.1.0-beta
version: 0.1.1-beta
environment:
sdk: ">=2.18.0 <3.0.0"