Theme update #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "featuer/theme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Theme update to have the theme closer to the web app.
@ -97,3 +97,3 @@
onAdd: _addItem,
decoration: new InputDecoration(
labelText: 'List Item', hintText: 'eg. Milk')));
labelText: 'Task name', hintText: 'eg. Milk')));
We should name this
Task Name
since this a kind of title.Done.
@ -0,0 +1,25 @@
import 'package:flutter/material.dart';
Maybe rename it to constants
Done.
Otherwise lgtm