sm_input_field 1.4.1 copy "sm_input_field: ^1.4.1" to clipboard
sm_input_field: ^1.4.1 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.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:sm_input_field/sm_input_field.dart';
3
likes
150
pub points
30%
popularity

Publisher

unverified uploader

a package to create input fields in a simple manner, facilitates the easy and simple creation of beautiful forms too

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0, BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on sm_input_field