File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '9 .0'
2
+ platform :ios , '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 41
41
</array >
42
42
<key >UIViewControllerBasedStatusBarAppearance </key >
43
43
<false />
44
+ <key >CADisableMinimumFrameDurationOnPhone </key >
45
+ <true />
46
+ <key >UIApplicationSupportsIndirectInputEvents </key >
47
+ <true />
44
48
</dict >
45
49
</plist >
Original file line number Diff line number Diff line change 1
1
name : flutter_deriv_api_example
2
2
description : Demonstrates how to use the flutter_deriv_api plugin.
3
3
publish_to : " none"
4
+ version : 0.0.1
4
5
5
6
environment :
6
7
sdk : " >=3.0.0"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
web_socket_channel : ^2.3.0
32
32
device_info_plus : ^8.1.0
33
33
package_info_plus : ^4.2.0
34
- connectivity_plus : ^3 .0.3
34
+ connectivity_plus : ^5 .0.2
35
35
36
36
dev_dependencies :
37
37
flutter_test :
You can’t perform that action at this time.
0 commit comments