moxlib/pubspec.yaml

19 lines
433 B
YAML
Raw Normal View History

2022-04-27 19:49:36 +00:00
name: moxlib
description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use.
2022-11-05 12:21:28 +00:00
version: 0.1.5
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:
sdk: ">=2.17.0-266.1.beta <3.0.0"
dependencies:
2022-08-20 13:08:28 +00:00
logging: ^1.0.2
synchronized: ^3.0.0
uuid: ^3.0.5
meta: ^1.7.0
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