sm_input_field 1.2.9 sm_input_field: ^1.2.9 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 Dart:
$ dart pub add sm_input_field
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 dart pub get
):
dependencies:
sm_input_field: ^1.2.9
Alternatively, your editor might support dart pub get
or 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';