30 lines
629 B
YAML
30 lines
629 B
YAML
name: astromic_elements
|
|
description: The elements 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: ^2.0.3
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
##S1 ~ Astromic
|
|
astromic_extensions:
|
|
git:
|
|
url: https://stag-git.micazi.dev/micazi/astromic_extensions.git
|
|
##S1 ~ 3rd-party
|
|
## Needed for the image widget.
|
|
cached_network_image: ^3.3.1
|
|
flutter_svg: ^2.0.10+1
|
|
octo_image: ^2.0.0
|
|
## Needed for the switcher toggle.
|
|
flutter_switch: ^0.3.2
|
|
## Needed for the field element.
|
|
intl: ^0.19.0
|
|
|