Skip to content

Commit

Permalink
flutter release
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 25, 2023
1 parent 5abec9b commit b42b48f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion binding/flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
## [2.2.2] - 2023-08-24
* Update native packages

## [3.0.0] - 2023-10-11
## [3.0.0] - 2023-10-25
* Engine improvements
* Improved error reporting
2 changes: 0 additions & 2 deletions demo/flutter/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup

target 'Runner' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec'

use_frameworks!
use_modular_headers!

Expand Down
6 changes: 2 additions & 4 deletions demo/flutter/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ DEPENDENCIES:
- flutter_voice_processor (from `.symlinks/plugins/flutter_voice_processor/ios`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec`)
- porcupine_flutter (from `.symlinks/plugins/porcupine_flutter/ios`)

SPEC REPOS:
trunk:
- ios-voice-processor
- Porcupine-iOS

EXTERNAL SOURCES:
Flutter:
Expand All @@ -35,8 +35,6 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/integration_test/ios"
path_provider_ios:
:path: ".symlinks/plugins/path_provider_ios/ios"
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec
porcupine_flutter:
:path: ".symlinks/plugins/porcupine_flutter/ios"

Expand All @@ -49,6 +47,6 @@ SPEC CHECKSUMS:
Porcupine-iOS: 517158e02ac294dda15b713a3c6f74a9e877090c
porcupine_flutter: f01557d2a5fe6618ffa1707a2b94573bd16a78b6

PODFILE CHECKSUM: e7bbb64be459d06cf4a8fbbe920641c828d2deda
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d

COCOAPODS: 1.11.3
6 changes: 3 additions & 3 deletions demo/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ packages:
porcupine_flutter:
dependency: "direct main"
description:
path: "../../binding/flutter"
relative: true
source: path
name: porcupine_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
process:
dependency: transitive
Expand Down
3 changes: 1 addition & 2 deletions demo/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ dependencies:
sdk: flutter

flutter_picker: ^2.0.1
porcupine_flutter:
path: ../../binding/flutter
porcupine_flutter: ^3.0.0
path: ^1.8.0

dev_dependencies:
Expand Down

0 comments on commit b42b48f

Please sign in to comment.