File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub
99
1010### Fixed
1111
12+ - remove redundant imports.
1213- running demo app on Android — [ 146] ( https://github.com/dartoos-dev/formdator/issues/146 ) .
1314
1415## [ 0.12.1] - 2021-09-07
Original file line number Diff line number Diff line change 1- import 'package:formdator/formdator.dart' ;
1+ import '../core/pair.dart' ;
2+ import '../core/req.dart' ;
23import 'cnpj.dart' ;
34
45/// Required CNPJ - Cadastro Nacional de Pessoa Jurídica.
Original file line number Diff line number Diff line change 1- import 'package:formdator/formdator.dart' ;
1+ import '../core/pair.dart' ;
2+ import '../core/req.dart' ;
3+ import '../type.dart' ;
4+
25import 'email.dart' ;
36
4- /// Convenient validator for required email fields.
7+ /// Convenience validator for required email fields.
58///
6- /// It is the composite of [Req] and [Email] validators .
9+ /// It is the composition between validators [Req] and [Email] .
710class ReqEmail {
811 /// Non-blank and well-formed email values.
912 ///
You can’t perform that action at this time.
0 commit comments