Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CHB61 committed Jun 21, 2020
1 parent ca877a9 commit fd53bbe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Creation of MultiSelect package
- Widgets include with MultiSelectListDialog, MultiSelectChipDialog, MultiSelectChipDisplay,
MultiSelectField, MultiSelectFormField.

## [0.0.1] - 2020-06-20
### Changed
- Updated readme
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
# Flutter Multi Select
# Multi Select Flutter

Flutter Multi Select is a package for easily creating multi-select widgets in a variety of ways.
Multi Select Flutter is a package for easily creating multi-select widgets in a variety of ways.

<img src="https://i.imgur.com/Tl7VjCc.gif" alt="drawing" width="200"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="https://i.imgur.com/7ME7xZ5.gif" alt="drawing" width="200"/>

## Installation

Add to dependency in pubspec.yaml

```bash
dependencies:
flutter-multi-select 0.0.1
```

## Usage

#### MultiSelectListDialog / MultiSelectChipDialog
Expand Down Expand Up @@ -115,6 +106,3 @@ Form(

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

## License
[MIT](https://choosealicense.com/licenses/mit/)
File renamed without changes.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_multi_select
description: A flexible multi-select package.
version: 1.0.0
name: multi_select_flutter
description: A flexible multi-select package for Flutter.
version: 1.0.1
repository: https://github.com/CHB61/flutter-multi-select

environment:
Expand Down
File renamed without changes.

0 comments on commit fd53bbe

Please sign in to comment.