This commit is contained in:
2025-02-09 20:39:43 +02:00
parent 3641db54d3
commit 4a0ff120f7
47 changed files with 1273 additions and 1159 deletions

View File

@@ -1,49 +1,28 @@
##SECTION --Project Information
name: astromic_mobile_elements
description: The elements module of the Astromic Mobile Presentation System
name: astromic_elements
description: The elements module of the Astromic Presentation System
publish_to: "none"
## App Version scheme: Major.Feature.Fixes+Build
version: 0.0.1+2
##!SECTION --Project Information
#
#
##SECTION --Environment Constraints
version: 0.1.0
environment:
sdk: ">=3.1.1 <4.0.0"
flutter: ">3.10.0"
##!SECTION --Environment Constraints
#
#
##SECTION -- Dependencies Overrides
# dependency_overrides:
# intl: ^0.18.1
##!SECTION -- Dependencies Overrides
#
#
##SECTION --Development Dependencies
sdk: ">=3.6.0"
flutter: ">3.27.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
##
##!SECTION --Development Dependencies
#
#
##SECTION --Dependencies
dependencies:
flutter:
sdk: flutter
##S1 -- Widgets
astromic_extensions:
git:
url: https://git.micazi.dev/astromic_extensions.git
cached_network_image: ^3.3.1
flutter_svg: ^2.0.10+1
octo_image: ^2.0.0
flutter_switch: ^0.3.2
intl: ^0.19.0
#
##!SECTION --Dependencies
#
#
##SECTION --App Assets
flutter:
uses-material-design: true
##!SECTION --App Assets