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

Flutter package chipemails provides you to building inputChips and show these chips as an output.

Flutter package chipemails provides you to building inputChips and show these chips as an output

Features #

[alt text]

Getting started #

In your flutter project, add the dependency to your pubspec.yaml

dependencies:
  ...
  chip_emails:

Usage #

All you need is simple import library for this flutter package

import 'import 'package:chip_emails/chip_emails.dart;
 EmailChips(
              press: () {

              },
              emails: email_list,
              backgroundcolor: Colors.blue,
              editingController: emailcontroller,
            ),
3
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package chipemails provides you to building inputChips and show these chips as an output.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on chip_emails