mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
21 lines
413 B
YAML
21 lines
413 B
YAML
name: common
|
|
description: Common code used by the app and by the cli.
|
|
version: 1.0.0
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ^3.1.1
|
|
|
|
dependencies:
|
|
collection: ^1.17.2 # allow newer versions, so it can compile with newer Flutter versions
|
|
dart_mappable: 4.0.1
|
|
logging: 1.2.0
|
|
mime: 1.0.4
|
|
refena: 1.6.1
|
|
|
|
dev_dependencies:
|
|
build_runner: 2.4.7
|
|
dart_mappable_builder: 4.0.1
|
|
lints: ^2.0.0
|
|
test: ^1.21.0
|