This commit is contained in:
2025-02-27 18:08:08 +02:00
commit 499020323e
48 changed files with 3036 additions and 0 deletions

25
pubspec.yaml Normal file
View File

@@ -0,0 +1,25 @@
name: astromic_helpers
description: The helpers module of the Astromic Presentation System
publish_to: "none"
version: 0.1.0
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