Added tflite_audio dependencies
This commit is contained in:
parent
39b5b3dbfc
commit
c0533656ea
2 changed files with 9 additions and 5 deletions
|
@ -156,6 +156,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.4.2"
|
||||
tflite_audio:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: tflite_audio
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.1.8+1"
|
||||
typed_data:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -172,3 +179,4 @@ packages:
|
|||
version: "2.1.0"
|
||||
sdks:
|
||||
dart: ">=2.12.0 <3.0.0"
|
||||
flutter: ">=1.10.0"
|
||||
|
|
|
@ -31,13 +31,9 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
page_transition: ^2.0.2
|
||||
tflite_audio: ^0.1.8+1
|
||||
|
||||
dev_dependencies:
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^1.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
|
Loading…
Reference in a new issue