26 lines
533 B
YAML
26 lines
533 B
YAML
name: astromic_helpers
|
|
description: The helpers module of the Astromic Presentation System
|
|
publish_to: "none"
|
|
version: 0.1.1
|
|
|
|
environment:
|
|
sdk: ">=3.6.0"
|
|
flutter: ">3.27.0"
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^4.0.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
##S1 ~ Astromic
|
|
astromic_elements:
|
|
git:
|
|
url: https://git.micazi.dev/micazi/astromic_elements.git
|
|
ref: master
|
|
##S1 ~ 3rd-party
|
|
## Needed for the form helper.
|
|
form_controller: ^0.8.8+2
|
|
## Needed for the loading helper.
|
|
loader_overlay: ^5.0.0
|