Skip to content

rubayetevan/horizontalcancelablechipgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horizontalcancelablechipgroup

Horizontalcancelablechipgroup is a flutter library which creates horizontal list of chips with delete button and heavy customization.

Installation

Use the package manager pub to install Horizontalcancelablechipgroup.

dependencies:
  horizontalcancelablechipgroup: ^1.0.3
Install it
  flutter pub get

Usage

import 'package:horizontalcancelablechipgroup/horizontalcancelablechipgroup.dart';

 HorizontalCancelableChipGroup(
              backgroundColor: Colors.orange,
              labelTextColor: Colors.black,
              borderColor: Colors.green,
              deleteIcon: Icon(Icons.cancel),
              availableItems: (value){
                print(value);
              },
              labelTextFontSize: 14,
              dividerPadding: 5,
              items: ['firoz','rubayet','nadia','suriya','rakib','mamun'],
            ),

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages