Skip to content

Commit a97d877

Browse files
authored
Merge pull request #10 from ionicfirebaseapp/master
master pull
2 parents a82c88f + 9bdb11e commit a97d877

File tree

14 files changed

+1489
-619
lines changed

14 files changed

+1489
-619
lines changed

demo_app/lib/screens/cards.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:ui_kit/components/list_tile/gf_list_tile.dart';
55
import 'package:ui_kit/components/avatar/gf_avatar.dart';
66
import 'package:ui_kit/position/gf_position.dart';
77
import 'package:ui_kit/components/button/gf_icon_button.dart';
8-
import 'package:ui_kit/components/button_bar/gf_button_bar.dart';
8+
import 'package:ui_kit/components/button/gf_button_bar.dart';
99
import 'package:ui_kit/components/button/gf_button.dart';
1010
import 'package:ui_kit/types/gf_heading_type.dart';
1111
import 'package:ui_kit/types/gf_type.dart';

demo_app/lib/screens/home.dart

Lines changed: 250 additions & 249 deletions
Large diffs are not rendered by default.

demo_app/test/widget_test.dart

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
// gestures. You can also use WidgetTester to find child widgets in the widget
66
// tree, read text, and verify that the values of widget properties are correct.
77

8-
import 'package:flutter/material.dart';
9-
import 'package:flutter_test/flutter_test.dart';
10-
11-
import 'package:demo_app/main.dart';
12-
13-
void main() {
14-
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
15-
// Build our app and trigger a frame.
16-
await tester.pumpWidget(MyApp());
17-
18-
// Verify that our counter starts at 0.
19-
expect(find.text('0'), findsOneWidget);
20-
expect(find.text('1'), findsNothing);
21-
22-
// Tap the '+' icon and trigger a frame.
23-
await tester.tap(find.byIcon(Icons.add));
24-
await tester.pump();
25-
26-
// Verify that our counter has incremented.
27-
expect(find.text('0'), findsNothing);
28-
expect(find.text('1'), findsOneWidget);
29-
});
30-
}
8+
//import 'package:flutter/material.dart';
9+
//import 'package:flutter_test/flutter_test.dart';
10+
//
11+
//import 'package:demo_app/main.dart';
12+
//
13+
//void main() {
14+
// testWidgets('Counter increments smoke test', (WidgetTester tester) async {
15+
// // Build our app and trigger a frame.
16+
// await tester.pumpWidget(MyApp());
17+
//
18+
// // Verify that our counter starts at 0.
19+
// expect(find.text('0'), findsOneWidget);
20+
// expect(find.text('1'), findsNothing);
21+
//
22+
// // Tap the '+' icon and trigger a frame.
23+
// await tester.tap(find.byIcon(Icons.add));
24+
// await tester.pump();
25+
//
26+
// // Verify that our counter has incremented.
27+
// expect(find.text('0'), findsNothing);
28+
// expect(find.text('1'), findsOneWidget);
29+
// });
30+
//}

0 commit comments

Comments
 (0)