1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Added more examples in animations (#341)

This commit is contained in:
Ayush Bherwani
2020-03-19 05:19:18 +05:30
committed by GitHub
parent bc7a51ea6e
commit f8e3d391f3
6 changed files with 165 additions and 6 deletions

View File

@@ -5,12 +5,11 @@
// 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:animations/main.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:animations/main.dart';
void main() {
testWidgets('Counter increments smoke test', (tester) async {
testWidgets('smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(AnimationSamples());