applet_inputs 0.0.1
applet_inputs: ^0.0.1 copied to clipboard
Elevate your Flutter applications with CustomTextField, the ultimate solution for text input fields. Our package offers a highly customizable and easy-to-use text field widget designed to cater to a w [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add applet_inputsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
applet_inputs: ^0.0.1Alternatively, 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:applet_inputs/applet_inputs.dart';