Kanban
This commit is contained in:
parent
cda6a568bc
commit
961ebe7508
|
|
@ -1,3 +1,4 @@
|
|||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_redux/flutter_redux.dart';
|
||||
import 'package:invoiceninja_flutter/constants.dart';
|
||||
|
|
@ -45,6 +46,7 @@ class TaskScreen extends StatelessWidget {
|
|||
},
|
||||
),
|
||||
appBarActions: [
|
||||
if (!kReleaseMode)
|
||||
IconButton(
|
||||
icon: Icon(MdiIcons.trello),
|
||||
onPressed: () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue