From 4e85d339b6831aba86c93dc9447f201b23e0a44f Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Fri, 2 Jul 2021 21:08:34 +0200 Subject: [PATCH] cleaned up test file to get rid of some dart analysis warnings --- test/widget_test.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/widget_test.dart b/test/widget_test.dart index 0cff740..baa5890 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -5,11 +5,6 @@ // gestures. You can also use WidgetTester to find child widgets in the widget // tree, read text, and verify that the values of widget properties are correct. -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; - -import 'package:pizzaplanner/main.dart'; - void main() { }