login screen background and autofill hints

This commit is contained in:
marcoabat
2023-08-09 16:13:38 +02:00
parent 518ab2958a
commit bbce3ace56
4 changed files with 58 additions and 28 deletions

11
lib/example_data.dart Normal file
View File

@@ -0,0 +1,11 @@
import 'package:briessenchecker/models/checklist.dart';
List<Checklist> checklists = [
Checklist(
1,
'trsienaeistnraie',
'Test1',
'tiersntiersntsrien',
DateTime.now(),
)
];