0.1.0+3: Update description and fix typo

This commit is contained in:
reidha 2020-04-22 22:47:59 +07:00
parent 89f9b8fa95
commit 97570ff2f9
5 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
## [0.1.0+3] - April 22, 2020
* Update description
* Fix typo: checkbox_list tile_formfield.dart --> checkbox_list_tile_formfield.dart
## [0.1.0+2] - April 22, 2020 ## [0.1.0+2] - April 22, 2020
* Update description * Update description

View file

@ -42,7 +42,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.1.0+2" version: "0.1.0+3"
collection: collection:
dependency: transitive dependency: transitive
description: description:

View file

@ -1,4 +1,4 @@
library checkbox_formfield; library checkbox_formfield;
export './checkbox_list tile_formfield.dart'; export './checkbox_list_tile_formfield.dart';
export './checkbox_icon_formfield.dart'; export './checkbox_icon_formfield.dart';

View file

@ -1,6 +1,6 @@
name: checkbox_formfield name: checkbox_formfield
description: This package contains checkbox widgets that can be used as FormField. As of April 2020, Flutter does not provide easy-to-use checkbox FormField to developers, so this package instead can provide a simple way to implement checkbox FormField. This package is especially for Flutter beginners who are not familiar with FormField or are not sure how to do “extends FormField” to make arbitrary widgets become FormField. description: This package contains checkbox widgets that can be used as FormField for Flutter beginners.
version: 0.1.0+2 version: 0.1.0+3
homepage: https://reidha.github.io/ homepage: https://reidha.github.io/
repository: https://github.com/reidha/checkbox_formfield repository: https://github.com/reidha/checkbox_formfield