chip_emails 1.0.0
chip_emails: ^1.0.0 copied to clipboard
A high-performance, professional email input widget for Flutter with intelligent chip management and batch parsing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chip_emailsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chip_emails: ^1.0.0Alternatively, 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:chip_emails/chip_emails.dart';