joltax_inputs 0.2.3
joltax_inputs: ^0.2.3 copied to clipboard
User-friendly reusable input tools for Flutter apps
Joltax Inputs #
A reusable Flutter input widgets package that provides consistent, theme-driven, and customizable input components for your projects.
✨ Features #
- Theme Extension Support: Fully customizable with
JoltaxInputTheme. - Outlined Input Design: Material-friendly outlined style with focus/blur states.
- Password Toggle: Built-in show/hide toggle for password fields.
- Reusable Base Widget: Extend to create multiple input types (text, number, password, date, etc.).
- Independent from App Dependencies: Works in any Flutter project without external UI dependencies.
📦 Installation #
Add the package to your pubspec.yaml:
dependencies:
joltax_inputs: ^0.2.3