Files
astromic_elements/pubspec.yaml
2025-03-04 18:11:58 +02:00

30 lines
641 B
YAML

name: astromic_elements
description: The elements module of the Astromic Presentation System
publish_to: "none"
version: 0.1.3
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://git.micazi.dev/micazi/astromic_extensions.git
ref: master
##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