Skip to content

kunaljainwin/TEXT-CHIP-FIELD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

TEXT CHIP FIELD

A Fluter package for taking text input and converting them to chips/tags

A Fluter package for taking text input and converting them to chips/tags . Kunal jain

Pub.dev link

Features

Beautiful Tags input field

Getting started

With Dart:

dart pub add text_chip_field

With Flutter:

flutter pub add text_chip_field

Pubspec.yaml:

dependencies:
  text_chip_field: ^0.0.5

Import it: import 'package:text_chip_field/text_chip_field.dart';

Usage

Frontend

TextChipField(
              initialString: s,
              seprator: " ",
              decoration: InputDecoration(
                border: OutlineInputBorder(
                  borderRadius: BorderRadius.circular(30),
                ),
              ),
              onChanged: (val) {
                print(val); //"changed string"
              },
            ),

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published