[0.1.0]
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"languageVersion": "3.6"
|
||||
}
|
||||
],
|
||||
"generated": "2025-02-09T13:17:01.285423Z",
|
||||
"generated": "2025-02-12T12:09:39.220897Z",
|
||||
"generator": "pub",
|
||||
"generatorVersion": "3.6.0",
|
||||
"flutterRoot": "file:///C:/Users/micwa/fvm/versions/stable",
|
||||
|
||||
@@ -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. ☑️
|
||||
- **getUnique()** : Get unique items only of a supplied list. ☑️
|
||||
- on _TextAlignVertical_
|
||||
- **toAllignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
|
||||
- **toAlignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️
|
||||
- on _BorderRadiusGeometry_
|
||||
- **copyWith()** ☑️
|
||||
- **resolveToDirectional()** : Automatically reverse the BorderRadius based on the dynamic *TextDirection*. ☑️
|
||||
|
||||
33
pubspec.yaml
33
pubspec.yaml
@@ -1,38 +1,15 @@
|
||||
##SECTION --Project Information
|
||||
name: astromic_extensions
|
||||
description: The extensions module of the Astromic Presentation System
|
||||
description: The extensions module of the Astromic Presentation System.
|
||||
publish_to: "none"
|
||||
## App Version scheme: Major.Feature.Fixes+Build
|
||||
version: 0.1.0
|
||||
##!SECTION --Project Information
|
||||
#
|
||||
#
|
||||
##SECTION --Environment Constraints
|
||||
|
||||
environment:
|
||||
sdk: ">=3.6.0"
|
||||
flutter: ">3.27.0"
|
||||
##!SECTION --Environment Constraints
|
||||
#
|
||||
#
|
||||
##SECTION -- Dependencies Overrides
|
||||
# dependency_overrides:
|
||||
##!SECTION -- Dependencies Overrides
|
||||
#
|
||||
#
|
||||
##SECTION --Development Dependencies
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.3
|
||||
##
|
||||
##!SECTION --Development Dependencies
|
||||
#
|
||||
#
|
||||
##SECTION --Dependencies
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
#
|
||||
##!SECTION --Dependencies
|
||||
#
|
||||
#
|
||||
##SECTION --App Assets
|
||||
##!SECTION --App Assets
|
||||
sdk: flutter
|
||||
Reference in New Issue
Block a user