epreyn_package

This Flutter package provides a set of common functionalities and custom widgets for your applications. It includes :

  1. CustomTextFormField
    • Validation: Supports both regular-expression–based and custom validator functions.
    • Character Limiting: Dynamically displays and enforces a maximum character limit.
    • Password Toggle: Allows switching between obscured and plain text input using a visibility icon.
    • Flexible Layout: Offers adjustable height/width constraints and styling options.
    • Click Behavior: Optionally disable tapping or focus to make the field read-only.

Installation

Add the following dependency to your pubspec.yaml file:

dependencies:
  epreyn_package: ^0.0.1