Giter Club home page Giter Club logo

animated_multi_selection's Introduction

Alrasasi Multi Selection Animated Widget

Build Status

Features

Get your horizantal smooth multi-select widget.

  • Change the color as you want
  • Change the size
  • Put it anywhere

Image description

Installation

You should ensure that you add the alrasasi_animated_multi_select as a dependency in your flutter project.

dependencies:
  alrasasi_animated_multi_select: ^0.0.1

You should then run flutter packages get in your terminal so as to get the package.

Usage

For production environments...

            MultiSelectChip(
                color: Colors.deepPurpleAccent,
                raduis: 100,
                mainList: this.mainList,
                onSelectionChanged: (selectedList) {
                  setState(() {
                    selectedList = selectedList;
                  });
                },
                initialSelectionList: selectedList,
                textStyle: TextStyle(color: Colors.purple, )
            ),

Documentation

MultiSelectChip class

Plugin README
color The color of the widget and its border
raduis The height of the circle
mainList Main list the user select from
onSelectionChanged A function to react to selection actions
initialSelectionList Initial list part from the main list
textStyle Styling the text inside the widget

"# animated_multi_selection"

animated_multi_selection's People

Contributors

dev313m avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.