mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
27 lines
504 B
YAML
27 lines
504 B
YAML
name: veilid_support
|
|
description: Veilid Support Library
|
|
publish_to: 'none'
|
|
version: 1.0.2+0
|
|
|
|
environment:
|
|
sdk: '>=3.0.5 <4.0.0'
|
|
|
|
dependencies:
|
|
bloc: ^8.1.2
|
|
fast_immutable_collections: ^9.1.5
|
|
freezed_annotation: ^2.2.0
|
|
json_annotation: ^4.8.1
|
|
loggy: ^2.0.3
|
|
mutex: ^3.1.0
|
|
protobuf: ^3.0.0
|
|
veilid:
|
|
# veilid: ^0.0.1
|
|
path: ../../../veilid/veilid-flutter
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.6
|
|
freezed: ^2.3.5
|
|
json_serializable: ^6.7.1
|
|
lint_hard: ^4.0.0
|
|
test: ^1.25.0
|