diagramo_textfield 0.0.1 diagramo_textfield: ^0.0.1 copied to clipboard
CustomTextFormField is a versatile Flutter widget designed for creating customizable text input fields. It supports features like labels, hint text, icons, validation, and flexible styling options, ma [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add diagramo_textfield
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
diagramo_textfield: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:diagramo_textfield/diagramo_textfield.dart';