File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
avoid_classes_with_only_static_members : false
10
10
always_use_package_imports : false
11
11
prefer_single_quotes : false
12
- library_private_types_in_public_api : false
12
+ no_leading_underscores_for_local_identifiers : false
13
13
14
14
analyzer :
15
15
strong-mode :
Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 50 ;
6
+ objectVersion = 54 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
179
179
/* Begin PBXShellScriptBuildPhase section */
180
180
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
181
181
isa = PBXShellScriptBuildPhase;
182
+ alwaysOutOfDate = 1;
182
183
buildActionMask = 2147483647;
183
184
files = (
184
185
);
193
194
};
194
195
9740EEB61CF901F6004384FC /* Run Script */ = {
195
196
isa = PBXShellScriptBuildPhase;
197
+ alwaysOutOfDate = 1;
196
198
buildActionMask = 2147483647;
197
199
files = (
198
200
);
Original file line number Diff line number Diff line change 43
43
<false />
44
44
<key >CADisableMinimumFrameDurationOnPhone </key >
45
45
<true />
46
+ <key >UIApplicationSupportsIndirectInputEvents </key >
47
+ <true />
46
48
</dict >
47
49
</plist >
Original file line number Diff line number Diff line change 1
1
import 'package:flutter/material.dart' ;
2
- import 'package:flutter/widgets.dart' ;
3
2
4
3
class CountryListThemeData {
5
4
/// The country bottom sheet's background color.
You can’t perform that action at this time.
0 commit comments