[0.1.0]
This commit is contained in:
25
pubspec.yaml
Normal file
25
pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user