text_field_custom_hai 0.0.2
text_field_custom_hai: ^0.0.2 copied to clipboard
TextFieldCustom is a Flutter package that provides a customizable and feature-rich text field widget for Flutter applications. This package aims to streamline the process of creating text input fields [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_field_custom_hai
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
text_field_custom_hai: ^0.0.2
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:text_field_custom_hai/text_field_custom_hai.dart';