added starting code for add form, main screen and db

This commit is contained in:
andrei
2021-11-02 21:32:21 -04:00
parent 283486936c
commit 501c937490
9 changed files with 282 additions and 54 deletions

View File

@@ -8,7 +8,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:boxchecker/main.dart';
import 'package:boxchecker/box_checker.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {