sm_input_field 1.0.0 copy "sm_input_field: ^1.0.0" to clipboard
sm_input_field: ^1.0.0 copied to clipboard

a package to create input fields in a simple manner

This package gives a simple api to create relatively simple and beautiful text fields

Features #

Gives you the ability to create an input field

Getting started #

only create a flutter project and import the package

Usage #

import 'package:sm_input_field/sm_input_field.dart';

class Field extends StatelessWidget {
  const Field({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return InputField.fromFieldInfo(FieldInfo());
  }
}

Additional information #

no info available :)

3
likes
0
pub points
30%
popularity

Publisher

unverified uploader

a package to create input fields in a simple manner

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sm_input_field