From d2990a1cad632b4b755deb886381e65f213c555a Mon Sep 17 00:00:00 2001 From: bassam-deriv Date: Thu, 25 Jan 2024 12:27:28 +0400 Subject: [PATCH] refactor: updated package --- example/ios/Podfile | 2 +- example/ios/Runner/Info.plist | 4 ++++ example/pubspec.yaml | 1 + pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 1e8c3c90a5..2c068c404b 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index ecedce56c9..56ad8ca23a 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -41,5 +41,9 @@ UIViewControllerBasedStatusBarAppearance + CADisableMinimumFrameDurationOnPhone + + UIApplicationSupportsIndirectInputEvents + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7839397ea0..b4d30506ab 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,7 @@ name: flutter_deriv_api_example description: Demonstrates how to use the flutter_deriv_api plugin. publish_to: "none" +version: 0.0.1 environment: sdk: ">=3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 3370f70c83..30a16e33b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: web_socket_channel: ^2.3.0 device_info_plus: ^8.1.0 package_info_plus: ^4.2.0 - connectivity_plus: ^3.0.3 + connectivity_plus: ^5.0.2 dev_dependencies: flutter_test: