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.
|
2023-06-17 19:16:41 +00:00
|
|
|
version: 0.2.0
|
2022-04-30 14:07:08 +00:00
|
|
|
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
|
2023-08-18 16:15:56 +00:00
|
|
|
very_good_analysis: ^5.0.0
|