added exampledata to test with
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
import 'model/task.dart';
|
||||||
|
import 'service/tools.dart' show generateId;
|
||||||
|
|
||||||
|
List<Task> tasks = [
|
||||||
|
Task(id: generateId(), title: 'Hund föhnen', position: 0),
|
||||||
|
Task(id: '${generateId()}1', title: 'Fuchs streicheln', position: 1),
|
||||||
|
Task(id: '${generateId()}2', title: 'Katze füttern', position: 2),
|
||||||
|
Task(id: '${generateId()}3', title: 'Bär kraulen', position: 3),
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user