Skip to content

Commit ea80a22

Browse files
Update linter rules
1 parent 917142b commit ea80a22

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ linter:
99
avoid_classes_with_only_static_members: false
1010
always_use_package_imports: false
1111
prefer_single_quotes: false
12-
library_private_types_in_public_api: false
12+
no_leading_underscores_for_local_identifiers: false
1313

1414
analyzer:
1515
strong-mode:

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -179,6 +179,7 @@
179179
/* Begin PBXShellScriptBuildPhase section */
180180
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
181181
isa = PBXShellScriptBuildPhase;
182+
alwaysOutOfDate = 1;
182183
buildActionMask = 2147483647;
183184
files = (
184185
);
@@ -193,6 +194,7 @@
193194
};
194195
9740EEB61CF901F6004384FC /* Run Script */ = {
195196
isa = PBXShellScriptBuildPhase;
197+
alwaysOutOfDate = 1;
196198
buildActionMask = 2147483647;
197199
files = (
198200
);

example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@
4343
<false/>
4444
<key>CADisableMinimumFrameDurationOnPhone</key>
4545
<true/>
46+
<key>UIApplicationSupportsIndirectInputEvents</key>
47+
<true/>
4648
</dict>
4749
</plist>

lib/src/country_list_theme_data.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter/widgets.dart';
32

43
class CountryListThemeData {
54
/// The country bottom sheet's background color.

0 commit comments

Comments
 (0)