From 4b674c77baba2f55ce1faf7ac29b3cd850a0b7e9 Mon Sep 17 00:00:00 2001 From: rishab2113 Date: Tue, 23 Apr 2019 12:26:56 -0400 Subject: [PATCH 1/2] updates to fix breaking changes introduced by firebase_ml_vision: 0.7.0 --- ios/Podfile | 2 +- lib/detector_painters.dart | 6 +++--- lib/main.dart | 8 ++++---- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index f23c8a5..c84fa0c 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '9.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/lib/detector_painters.dart b/lib/detector_painters.dart index 5a24740..ab15e64 100644 --- a/lib/detector_painters.dart +++ b/lib/detector_painters.dart @@ -77,7 +77,7 @@ class LabelDetectorPainter extends CustomPainter { LabelDetectorPainter(this.imageSize, this.labels); final Size imageSize; - final List