[0.1.1]
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.4.1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"sqflite_darwin","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite_darwin-2.4.1+1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.2.15\\\\","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"sqflite_android","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite_android-2.4.0\\\\","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.4.1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"sqflite_darwin","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite_darwin-2.4.1+1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.2.1\\\\","native_build":false,"dependencies":[],"dev_dependency":false}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.3.0\\\\","native_build":false,"dependencies":[],"dev_dependency":false}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":["sqflite_android","sqflite_darwin"]},{"name":"sqflite_android","dependencies":[]},{"name":"sqflite_darwin","dependencies":[]}],"date_created":"2025-02-27 18:31:11.833054","version":"3.29.0","swift_package_manager_enabled":{"ios":false,"macos":false}}
|
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.4.1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"sqflite_darwin","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite_darwin-2.4.1+1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.2.15\\\\","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"sqflite_android","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite_android-2.4.0\\\\","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.4.1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"sqflite_darwin","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite_darwin-2.4.1+1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.2.1\\\\","native_build":false,"dependencies":[],"dev_dependency":false}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\micwa\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.3.0\\\\","native_build":false,"dependencies":[],"dev_dependency":false}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":["sqflite_android","sqflite_darwin"]},{"name":"sqflite_android","dependencies":[]},{"name":"sqflite_darwin","dependencies":[]}],"date_created":"2025-03-04 10:42:53.071024","version":"3.29.0","swift_package_manager_enabled":{"ios":false,"macos":false}}
|
||||||
20
CHANGELOG.md
20
CHANGELOG.md
@@ -1,21 +1,5 @@
|
|||||||
<!---
|
## 0.1.0
|
||||||
## Guidelines for changelog/git
|
- **FEAT**: Added autofill hints for fields.
|
||||||
**INIT**: Initial commit in a repo, only committed once.
|
|
||||||
**DOC**: Updates/Refactors in the documents.
|
|
||||||
**CHORE**: Minor fixes and/or architecture enhancements.
|
|
||||||
**DEPS**: Dependency updates and the resulting refactors.
|
|
||||||
**SYNC**: Regular sync commits to ensure perfect syncing of all the development devices (Describes the feature in the working).
|
|
||||||
**TEST**: Adding/Updating test files.
|
|
||||||
**FIX**: Fixing a bug/issue that prevents a functionality.
|
|
||||||
**FEAT**: Add a completely new functionality or extend an existing one in a non-breaking manner.
|
|
||||||
**BREAKING CHANGE**: A [FEAT] but with breaking changes (Is only proposed as FEAT in the git commit).
|
|
||||||
## Version Composition
|
|
||||||
x.y.z
|
|
||||||
* Update z on Deps and Fixes.
|
|
||||||
* Update y on Feat that are large enough.
|
|
||||||
* Update x on BREAKING CHANGE that are a must and to signal phases completed [Alpha - Beta - Stable].
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
- **INIT**: Initial commit in the new repo.
|
- **INIT**: Initial commit in the new repo.
|
||||||
|
|||||||
@@ -378,6 +378,7 @@ class _AstromicFieldBaseState extends State<AstromicFieldBase> {
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
//s1 -- Configurations
|
//s1 -- Configurations
|
||||||
|
autofillHints: _config.autofillHints,
|
||||||
autovalidateMode: _config.validatingMode,
|
autovalidateMode: _config.validatingMode,
|
||||||
autofocus: _config.withAutofocus,
|
autofocus: _config.withAutofocus,
|
||||||
keyboardType: _config.inputType,
|
keyboardType: _config.inputType,
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ class AstromicFieldConfiguration {
|
|||||||
//
|
//
|
||||||
this.inputType = TextInputType.text,
|
this.inputType = TextInputType.text,
|
||||||
this.inputAction = TextInputAction.done,
|
this.inputAction = TextInputAction.done,
|
||||||
|
this.autofillHints,
|
||||||
this.maxLengthEnforcement = MaxLengthEnforcement.none,
|
this.maxLengthEnforcement = MaxLengthEnforcement.none,
|
||||||
//
|
//
|
||||||
this.validatingMode,
|
this.validatingMode,
|
||||||
@@ -47,6 +48,7 @@ class AstromicFieldConfiguration {
|
|||||||
//
|
//
|
||||||
final TextInputType inputType;
|
final TextInputType inputType;
|
||||||
final TextInputAction inputAction;
|
final TextInputAction inputAction;
|
||||||
|
final List<String>? autofillHints;
|
||||||
//
|
//
|
||||||
final MaxLengthEnforcement maxLengthEnforcement;
|
final MaxLengthEnforcement maxLengthEnforcement;
|
||||||
//
|
//
|
||||||
@@ -70,6 +72,7 @@ class AstromicFieldConfiguration {
|
|||||||
ui.TextDirection? messageDirection,
|
ui.TextDirection? messageDirection,
|
||||||
TextInputType? inputType,
|
TextInputType? inputType,
|
||||||
TextInputAction? inputAction,
|
TextInputAction? inputAction,
|
||||||
|
List<String>? autofillHints,
|
||||||
TextCapitalization? capitalizationMode,
|
TextCapitalization? capitalizationMode,
|
||||||
MaxLengthEnforcement? maxLengthEnforcement,
|
MaxLengthEnforcement? maxLengthEnforcement,
|
||||||
AutovalidateMode? validatingMode,
|
AutovalidateMode? validatingMode,
|
||||||
@@ -91,6 +94,7 @@ class AstromicFieldConfiguration {
|
|||||||
messageDirection: messageDirection ?? this.messageDirection,
|
messageDirection: messageDirection ?? this.messageDirection,
|
||||||
inputType: inputType ?? this.inputType,
|
inputType: inputType ?? this.inputType,
|
||||||
inputAction: inputAction ?? this.inputAction,
|
inputAction: inputAction ?? this.inputAction,
|
||||||
|
autofillHints: autofillHints ?? this.autofillHints,
|
||||||
maxLengthEnforcement: maxLengthEnforcement ?? this.maxLengthEnforcement,
|
maxLengthEnforcement: maxLengthEnforcement ?? this.maxLengthEnforcement,
|
||||||
validatingMode: validatingMode ?? this.validatingMode,
|
validatingMode: validatingMode ?? this.validatingMode,
|
||||||
validator: validator ?? this.validator,
|
validator: validator ?? this.validator,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: astromic_elements
|
name: astromic_elements
|
||||||
description: The elements module of the Astromic Presentation System
|
description: The elements module of the Astromic Presentation System
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.6.0"
|
sdk: ">=3.6.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user