connect ui

This commit is contained in:
open-trade
2020-11-16 01:13:26 +08:00
parent e4681f7d9a
commit da7a71cd81
4 changed files with 100 additions and 98 deletions

View File

@@ -13,7 +13,7 @@ import 'package:flutter_hbb/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);