From b384d91ecb6b0cee2832f4bfce716d9af2b28f1e Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Wed, 12 Feb 2025 14:10:03 +0200 Subject: [PATCH] [0.1.0] --- .dart_tool/package_config.json | 2 +- README.md | 2 +- pubspec.yaml | 33 +++++---------------------------- 3 files changed, 7 insertions(+), 30 deletions(-) diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index f580d21..0bd2cf8 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -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", diff --git a/README.md b/README.md index f83a418..95dffb8 100644 --- a/README.md +++ b/README.md @@ -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*. ☑️ diff --git a/pubspec.yaml b/pubspec.yaml index 6c32ba9..b056650 100644 --- a/pubspec.yaml +++ b/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 \ No newline at end of file