0 purchases
chip emails
Flutter package chipemails provides you to building inputChips and show these chips as an output
Features #
Getting started #
In your flutter project, add the dependency to your pubspec.yaml
dependencies:
...
chip_emails:
copied to clipboard
Usage #
All you need is simple import library for this flutter package
import 'import 'package:chip_emails/chip_emails.dart;
copied to clipboard
EmailChips(
press: () {
},
emails: email_list,
backgroundcolor: Colors.blue,
editingController: emailcontroller,
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.