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

Update mockito in form_app (#904)

This commit is contained in:
John Ryan
2021-10-05 04:49:11 -07:00
committed by GitHub
parent 3de664f9e7
commit 9a9f0210b7
6 changed files with 77 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:english_words/english_words.dart' as english_words;
import 'package:flutter/material.dart';
class FormValidationDemo extends StatefulWidget {
const FormValidationDemo({Key key}) : super(key: key);