widget_test.dart 121 B

1234567
  1. import 'package:flutter_test/flutter_test.dart';
  2. void main() {
  3. test('placeholder', () {
  4. expect(1 + 1, 2);
  5. });
  6. }