flutter pub add camera_linux

This commit is contained in:
sneurlax 2024-07-11 17:20:40 -05:00 committed by julian-CStack
parent d68e416a74
commit 32380c3ac1
3 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
camera_linux
coinlib_flutter
flutter_libsparkmobile
frostdart

View file

@ -246,6 +246,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.2"
camera_linux:
dependency: "direct main"
description:
name: camera_linux
sha256: "6ea08c23f643364e650e8fad73653747c049cbd00803a7c317132379ee3653ac"
url: "https://pub.dev"
source: hosted
version: "0.0.8"
characters:
dependency: transitive
description:

View file

@ -190,6 +190,7 @@ dependencies:
calendar_date_picker2: ^1.0.2
sqlite3: ^2.4.3
sqlite3_flutter_libs: ^0.5.22
camera_linux: ^0.0.8
dev_dependencies:
flutter_test: