Compare commits
No commits in common. "db88155e950ef4018a2ca77522e6285ef2c66369" and "e24ef0c3d5fb589b8a984092ceebb8c6e2a67d49" have entirely different histories.
db88155e95
...
e24ef0c3d5
@ -1,11 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
test:
|
|
||||||
image: dart:2.18.1
|
|
||||||
commands:
|
|
||||||
- dart pub get
|
|
||||||
- dart analyze --fatal-infos --fatal-warnings
|
|
||||||
test:
|
|
||||||
image: dart:2.18.1
|
|
||||||
commands:
|
|
||||||
- dart pub get
|
|
||||||
- dart test
|
|
14
pubspec.yaml
14
pubspec.yaml
@ -1,8 +1,8 @@
|
|||||||
name: moxlib
|
name: moxlib
|
||||||
description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use.
|
description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use.
|
||||||
version: 0.1.4
|
version: 0.1.3
|
||||||
homepage: https://codeberg.org/moxxy/moxlib
|
homepage: https://codeberg.org/moxxy/moxlib
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
||||||
@ -11,11 +11,11 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
logging: ^1.0.2
|
logging: 1.0.2
|
||||||
synchronized: ^3.0.0
|
synchronized: 3.0.0
|
||||||
uuid: ^3.0.5
|
uuid: 3.0.5
|
||||||
meta: ^1.7.0
|
meta: 1.7.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
test: ^1.20.1
|
test: 1.20.1
|
||||||
|
Loading…
Reference in New Issue
Block a user