login screen background and autofill hints
This commit is contained in:
11
lib/example_data.dart
Normal file
11
lib/example_data.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:briessenchecker/models/checklist.dart';
|
||||
|
||||
List<Checklist> checklists = [
|
||||
Checklist(
|
||||
1,
|
||||
'trsienaeistnraie',
|
||||
'Test1',
|
||||
'tiersntiersntsrien',
|
||||
DateTime.now(),
|
||||
)
|
||||
];
|
||||
Reference in New Issue
Block a user