Files
astromic_helpers/pubspec.yaml

36 lines
821 B
YAML

name: astromic_helpers
description: The helpers module of the Astromic Presentation System
publish_to: "none"
version: 0.1.2
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 sheet helper.
provider: ^6.1.2
## Needed for the snackbar helper.
flutter_snackbar_plus:
git:
url: https://git.micazi.dev/micazi/flutter_snackbar_plus.git
ref: master
## Needed for the form helper.
form_controller:
git:
url: https://git.micazi.dev/micazi/form_controller.git
ref: master
## Needed for the loading helper.
loader_overlay: ^5.0.0