Skip to content

Commit

Permalink
Updated pubsec to include a homepage link and longer description.
Browse files Browse the repository at this point in the history
  • Loading branch information
CHB61 committed Jun 21, 2020
1 parent 8ee19f9 commit 8b27076
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2020-06-21
### Changed
- Updated pubsec.yaml project desctription and added homepage link

## [1.0.2] - 2020-06-20
### Added
- Example project
- analysis_options.yaml

## [1.0.1] - 2020-06-20
### Changed
- Updated readme
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use this widget effectively, make sure to set the state when the list of item

You can also remove items from the source list in the onTap function.

```
```javascript

MultiSelectChipDisplay(
items: _selectedItems.map((item) =>
Expand All @@ -51,7 +51,7 @@ MultiSelectChipDisplay(
*MultiSelectField* provides a button which opens the dialog.
To save the values from the dialog using this widget, an **onConfirm(values)** function is provided.

```
```javascript
MultiSelectField(
title: "Animals",
buttonText: "Favorite Animals"
Expand All @@ -77,7 +77,7 @@ MultiSelectField(

It also comes with a default bottom-border that can be overriden with the **decoration** parameter.

```
```javascript
Form(
key: _formKey,
child: MultiSelectFormField(
Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
analyzer:
exclude: [build/**]
strong-mode:
implicit-casts: false
implicit-casts: true

linter:
rules:
Expand Down
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: multi_select_flutter
description: A flexible multi-select package for Flutter.
version: 1.0.1
description: A flexible multi-select package for Flutter. Make multi-select widgets the way you want.
version: 1.0.3
repository: https://github.com/CHB61/flutter-multi-select
issue_tracker: https://github.com/CHB61/flutter-multi-select
documentation: https://github.com/CHB61/flutter-multi-select
homepage: https://github.com/CHB61/flutter-multi-select

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 8b27076

Please sign in to comment.