cmx_fields 0.0.1 copy "cmx_fields: ^0.0.1" to clipboard
cmx_fields: ^0.0.1 copied to clipboard

PlatformAndroid

A comprehensive Flutter input fields kit with smart, animated field types, a phone country picker with contact suggestions, password strength, OTP autofill, and a consistent themeable API across all fields.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cmx_fields

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cmx_fields: ^0.0.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:cmx_fields/cmx_fields.dart';
0
likes
140
points
32
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter input fields kit with smart, animated field types, a phone country picker with contact suggestions, password strength, OTP autofill, and a consistent themeable API across all fields.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

fast_contacts, flutter, permission_handler, phone_number_hint, phone_numbers_parser

More

Packages that depend on cmx_fields