sm_input_field 1.4.2 sm_input_field: ^1.4.2 copied to clipboard
a package to create input fields in a simple manner, facilitates the easy and simple creation of beautiful forms too
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sm_input_field
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sm_input_field: ^1.4.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:sm_input_field/sm_input_field.dart';