mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-15 12:42:14 -04:00
refactor bloc tools to its own package
This commit is contained in:
parent
8e7619677a
commit
43b01c7555
34 changed files with 284 additions and 146 deletions
|
@ -4,16 +4,16 @@ version: 1.0.0
|
|||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: ^3.2.6
|
||||
sdk: '>=3.2.0 <4.0.0'
|
||||
|
||||
# Add regular dependencies here.
|
||||
dependencies:
|
||||
freezed_annotation: ^2.2.0
|
||||
freezed_annotation: ^2.4.1
|
||||
mutex:
|
||||
path: ../mutex
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.8
|
||||
freezed: ^2.3.5
|
||||
freezed: ^2.4.7
|
||||
lint_hard: ^4.0.0
|
||||
test: ^1.24.0
|
||||
test: ^1.25.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue