1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00

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()), .toList()),
onRefresh: _loadProjects, onRefresh: _loadProjects,
), ),
floatingActionButton: Builder(
builder: (context) => FloatingActionButton(
onPressed: () => _addProjectDialog(context),
child: const Icon(Icons.add))),
appBar: AppBar( appBar: AppBar(
title: Text("Projects"), title: Text("Projects"),
), ),

View File

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