moxlib/pubspec.yaml

20 lines
452 B
YAML
Raw Normal View History

2022-04-27 19:49:36 +00:00
name: moxlib
2023-06-17 19:14:17 +00:00
description: A collection of code for sharing between various moxxy libraries. Not intended for outside use.
version: 0.2.0
homepage: https://codeberg.org/moxxy/moxlib
2022-08-20 13:08:28 +00:00
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
2022-04-27 19:49:36 +00:00
environment:
2023-06-17 19:14:17 +00:00
sdk: ">=2.17.0 <3.0.0"
2022-04-27 19:49:36 +00:00
dependencies:
2022-08-20 13:08:28 +00:00
logging: ^1.0.2
2023-01-14 13:53:33 +00:00
meta: ^1.7.0
2022-08-20 13:08:28 +00:00
synchronized: ^3.0.0
uuid: ^3.0.5
2022-04-27 19:49:36 +00:00
dev_dependencies:
flutter_lints: ^2.0.0
2022-08-20 13:08:28 +00:00
test: ^1.20.1
very_good_analysis: ^5.0.0