widget_test.dart 605 B

1234567891011121314
  1. //// This is a basic Flutter widget test.
  2. //// To perform an interaction with a widget in your test, use the WidgetTester utility that Flutter
  3. //// provides. For example, you can send tap and scroll gestures. You can also use WidgetTester to
  4. //// find child widgets in the widget tree, read text, and verify that the values of widget properties
  5. //// are correct.
  6. //
  7. //import 'package:flutter/material.dart';
  8. //import 'package:flutter_test/flutter_test.dart';
  9. //
  10. //import 'package:example/main.dart';
  11. //
  12. //void main() {
  13. // testWidgets('Counter increments smoke test', (WidgetTester tester) async {});
  14. //}