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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user