Creating a skeleton for app with a BottomNavBar

This commit is contained in:
Carlos Lopez-Rosario
2020-02-05 21:50:33 -05:00
parent f1e6e433cc
commit 58421e0ffb
4 changed files with 76 additions and 101 deletions

View File

@@ -13,7 +13,7 @@ import 'package:capstone_hungry_hippos/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(MyApp());
await tester.pumpWidget(App());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);