Skip to content

Commit ddb695d

Browse files
refactor: updated connectivity_plus package
2 parents 0c76520 + d2990a1 commit ddb695d

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Runner/Info.plist

+4
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141
</array>
4242
<key>UIViewControllerBasedStatusBarAppearance</key>
4343
<false/>
44+
<key>CADisableMinimumFrameDurationOnPhone</key>
45+
<true/>
46+
<key>UIApplicationSupportsIndirectInputEvents</key>
47+
<true/>
4448
</dict>
4549
</plist>

example/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: flutter_deriv_api_example
22
description: Demonstrates how to use the flutter_deriv_api plugin.
33
publish_to: "none"
4+
version: 0.0.1
45

56
environment:
67
sdk: ">=3.0.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
web_socket_channel: ^2.3.0
3232
device_info_plus: ^8.1.0
3333
package_info_plus: ^4.2.0
34-
connectivity_plus: ^3.0.3
34+
connectivity_plus: ^5.0.2
3535

3636
dev_dependencies:
3737
flutter_test:

0 commit comments

Comments
 (0)