mirror of
https://github.com/go-vikunja/app
synced 2024-09-18 13:51:45 +00:00
removed add project button, pushed version tag
This commit is contained in:
parent
c4885b4d41
commit
7b6da4970c
@ -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"),
|
||||
),
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user