Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Aug 10, 2023
1 parent 23b8e31 commit bd963b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions demo/flutter-clock/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ packages:
picovoice_flutter:
dependency: "direct main"
description:
path: "../../sdk/flutter"
relative: true
source: path
name: picovoice_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
platform:
dependency: transitive
Expand Down
3 changes: 1 addition & 2 deletions demo/flutter-clock/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ dependencies:
sdk: flutter
intl: ^0.17.0
path_provider: ^2.0.9
picovoice_flutter:
path: ../../sdk/flutter
picovoice_flutter: ^2.2.2
flutter_ringtone_player: ^3.0.0
fluttertoast: ^8.0.9

Expand Down
6 changes: 3 additions & 3 deletions demo/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ packages:
picovoice_flutter:
dependency: "direct main"
description:
path: "../../sdk/flutter"
relative: true
source: path
name: picovoice_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
platform:
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

path_provider: ^2.0.9
picovoice_flutter:
path: ../../sdk/flutter
picovoice_flutter: ^2.2.2

dev_dependencies:
integration_test:
Expand Down

0 comments on commit bd963b8

Please sign in to comment.