Skip to content

Commit

Permalink
update flutter (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 17, 2023
1 parent 659830b commit 0b17df6
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 45 deletions.
2 changes: 1 addition & 1 deletion demo/flutter-clock/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>13.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion demo/flutter-clock/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '11.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
22 changes: 11 additions & 11 deletions demo/flutter-clock/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ PODS:
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- Porcupine-iOS (3.0.0):
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- porcupine_flutter (3.0.0):
- porcupine_flutter (3.0.1):
- Flutter
- Porcupine-iOS (~> 3.0.0)
- Rhino-iOS (3.0.0):
- Porcupine-iOS (~> 3.0.1)
- Rhino-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- rhino_flutter (3.0.0):
- rhino_flutter (3.0.1):
- Flutter
- Rhino-iOS (~> 3.0.0)
- Rhino-iOS (~> 3.0.1)
- Toast (4.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -63,12 +63,12 @@ SPEC CHECKSUMS:
fluttertoast: fafc4fa4d01a6a9e4f772ecd190ffa525e9e2d9c
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
Porcupine-iOS: 517158e02ac294dda15b713a3c6f74a9e877090c
porcupine_flutter: f01557d2a5fe6618ffa1707a2b94573bd16a78b6
Rhino-iOS: b92978104bfad32da25b9eeaa4f0628b86ffcee9
rhino_flutter: 78d56c9fa0355e4ee94fa59cb3a0d210b5d1e3f9
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
porcupine_flutter: 34411d7cd1e2bff5ff518e1f91b763a2e742e021
Rhino-iOS: 4eeb02b38696907b28dd6f5dfa3a8f25355554ca
rhino_flutter: 41e530d58b8ed6f307f73f9f2e91c311b323f97f
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b

COCOAPODS: 1.11.3
6 changes: 3 additions & 3 deletions demo/flutter-clock/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down Expand Up @@ -428,7 +428,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -477,7 +477,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down
6 changes: 3 additions & 3 deletions demo/flutter-clock/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ packages:
name: picovoice_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
platform:
dependency: transitive
description:
Expand All @@ -218,7 +218,7 @@ packages:
name: porcupine_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
process:
dependency: transitive
description:
Expand All @@ -232,7 +232,7 @@ packages:
name: rhino_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion demo/flutter-clock/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
intl: ^0.17.0
path_provider: ^2.0.9
picovoice_flutter: ^3.0.0
picovoice_flutter: ^3.0.1
flutter_ringtone_player: ^3.0.0
fluttertoast: ^8.0.9

Expand Down
2 changes: 1 addition & 1 deletion demo/flutter/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>13.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion demo/flutter/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '11.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
22 changes: 11 additions & 11 deletions demo/flutter/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ PODS:
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- Porcupine-iOS (3.0.0):
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- porcupine_flutter (3.0.0):
- porcupine_flutter (3.0.1):
- Flutter
- Porcupine-iOS (~> 3.0.0)
- Rhino-iOS (3.0.0):
- Porcupine-iOS (~> 3.0.1)
- Rhino-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- rhino_flutter (3.0.0):
- rhino_flutter (3.0.1):
- Flutter
- Rhino-iOS (~> 3.0.0)
- Rhino-iOS (~> 3.0.1)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand Down Expand Up @@ -54,11 +54,11 @@ SPEC CHECKSUMS:
integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
Porcupine-iOS: 517158e02ac294dda15b713a3c6f74a9e877090c
porcupine_flutter: f01557d2a5fe6618ffa1707a2b94573bd16a78b6
Rhino-iOS: b92978104bfad32da25b9eeaa4f0628b86ffcee9
rhino_flutter: 78d56c9fa0355e4ee94fa59cb3a0d210b5d1e3f9
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
porcupine_flutter: 34411d7cd1e2bff5ff518e1f91b763a2e742e021
Rhino-iOS: 4eeb02b38696907b28dd6f5dfa3a8f25355554ca
rhino_flutter: 41e530d58b8ed6f307f73f9f2e91c311b323f97f

PODFILE CHECKSUM: b95e0c370474df3a1db278b722738a6230f01f51
PODFILE CHECKSUM: ad9642c61db90c633d272b9059a6d65ea9123323

COCOAPODS: 1.11.3
6 changes: 3 additions & 3 deletions demo/flutter/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
STRIP_STYLE = "non-global";
Expand Down Expand Up @@ -432,7 +432,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -482,7 +482,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
STRIP_STYLE = "non-global";
Expand Down
6 changes: 3 additions & 3 deletions demo/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ packages:
name: picovoice_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
platform:
dependency: transitive
description:
Expand All @@ -214,7 +214,7 @@ packages:
name: porcupine_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
process:
dependency: transitive
description:
Expand All @@ -228,7 +228,7 @@ packages:
name: rhino_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion demo/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter

path_provider: ^2.0.9
picovoice_flutter: ^3.0.0
picovoice_flutter: ^3.0.1

dev_dependencies:
integration_test:
Expand Down
5 changes: 4 additions & 1 deletion sdk/flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@
## [3.0.0] - 2023-10-25
* Engine improvements
* Improved error reporting
* Added reset function
* Added reset function

## [3.0.1] - 2023-11-17
* Update native packages
2 changes: 1 addition & 1 deletion sdk/flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Picovoice is:
This binding is for running Picovoice on **Flutter 2.8.1+** on the following platforms:

- Android 5.0+ (API 21+)
- iOS 11.0+
- iOS 13.0+

## Installation

Expand Down
6 changes: 3 additions & 3 deletions sdk/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: picovoice_flutter
description: A Flutter package for Picovoice's end-to-end voice platform.
version: 3.0.0
version: 3.0.1
homepage: https://picovoice.ai/
repository: https://github.com/Picovoice/picovoice/
documentation: https://picovoice.ai/docs/picovoice/
Expand All @@ -13,8 +13,8 @@ dependencies:
flutter:
sdk: flutter
flutter_voice_processor: ^1.1.0
porcupine_flutter: ^3.0.0
rhino_flutter: ^3.0.0
porcupine_flutter: ^3.0.1
rhino_flutter: ^3.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 0b17df6

Please sign in to comment.