This commit is contained in:
2025-02-12 14:10:03 +02:00
parent 14675e3289
commit b384d91ecb
3 changed files with 7 additions and 30 deletions

View File

@@ -62,7 +62,7 @@
"languageVersion": "3.6" "languageVersion": "3.6"
} }
], ],
"generated": "2025-02-09T13:17:01.285423Z", "generated": "2025-02-12T12:09:39.220897Z",
"generator": "pub", "generator": "pub",
"generatorVersion": "3.6.0", "generatorVersion": "3.6.0",
"flutterRoot": "file:///C:/Users/micwa/fvm/versions/stable", "flutterRoot": "file:///C:/Users/micwa/fvm/versions/stable",

View File

@@ -14,7 +14,7 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi)
- **containsAll()** : Checker to see if a list contains all of the other list. ☑️ - **containsAll()** : Checker to see if a list contains all of the other list. ☑️
- **getUnique()** : Get unique items only of a supplied list. ☑️ - **getUnique()** : Get unique items only of a supplied list. ☑️
- on _TextAlignVertical_ - on _TextAlignVertical_
- **toAllignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️ - **toAlignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
- on _BorderRadiusGeometry_ - on _BorderRadiusGeometry_
- **copyWith()** ☑️ - **copyWith()** ☑️
- **resolveToDirectional()** : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️ - **resolveToDirectional()** : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️

View File

@@ -1,38 +1,15 @@
##SECTION --Project Information
name: astromic_extensions name: astromic_extensions
description: The extensions module of the Astromic Presentation System description: The extensions module of the Astromic Presentation System.
publish_to: "none" publish_to: "none"
## App Version scheme: Major.Feature.Fixes+Build
version: 0.1.0 version: 0.1.0
##!SECTION --Project Information
#
#
##SECTION --Environment Constraints
environment: environment:
sdk: ">=3.6.0" sdk: ">=3.6.0"
flutter: ">3.27.0" flutter: ">3.27.0"
##!SECTION --Environment Constraints
#
#
##SECTION -- Dependencies Overrides
# dependency_overrides:
##!SECTION -- Dependencies Overrides
#
#
##SECTION --Development Dependencies
dev_dependencies: dev_dependencies:
flutter_lints: ^2.0.3 flutter_lints: ^2.0.3
##
##!SECTION --Development Dependencies
#
#
##SECTION --Dependencies
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
#
##!SECTION --Dependencies
#
#
##SECTION --App Assets
##!SECTION --App Assets