We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b8170 commit 57f85f0Copy full SHA for 57f85f0
analysis_options.yaml
@@ -11,4 +11,5 @@ linter:
11
always_specify_types: true
12
omit_local_variable_types: false
13
public_member_api_docs: true
14
- directives_ordering: true
+ directives_ordering: true
15
+
test/src/datetime/date_range_validator_test.dart
@@ -1,7 +1,7 @@
1
import 'package:faker_dart/faker_dart.dart';
2
import 'package:flutter_test/flutter_test.dart';
3
-import 'package:intl/date_symbol_data_local.dart';
4
import 'package:form_builder_validators/form_builder_validators.dart';
+import 'package:intl/date_symbol_data_local.dart';
5
6
void main() {
7
final Faker faker = Faker.instance;
0 commit comments