Skip to content

Commit

Permalink
Initial Development Release
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-shaji committed Aug 15, 2020
1 parent 3e3055d commit abb6d08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 42 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## [0.0.1] - TODO: Add release date.
## [0.1.0] - 2020-08-15

* TODO: Describe initial release.
Intial Development Release.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Example here creates a `day_picker` with below style [with Gradient and no borde
);
```

Pass a callback to the `onSelect` property with a parameter of type `List<String>`.
Pass a callback to the `onSelect` property with parameter of type `List<String>`.

Example:

Expand All @@ -91,7 +91,6 @@ void handleOnSelect(List<String> value){
| unSelectedDayTextColor | `Color` | property to change the text color when the days are not selected |
| border | `bool` | Set true if you want border around the rounded buttons[by default this property will be true] |


## Contributions

Contributions of any kind are more than welcome😊! Feel free to fork and improve `day_picker` or open an issue.
Contributions of any kind are more than welcome😊! Feel free to fork and improve `day_picker` or open an issue.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
fake_async:
dependency: transitive
description:
Expand Down
37 changes: 1 addition & 36 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: day_picker
description: A Flutter widget library which helps us to select days in a week.
version: 0.0.1
version: 0.1.0
author: Shan Shaji <shanshaji224@gmail.com>
homepage: https://github.com/shan-shaji/day_picker

Expand All @@ -16,39 +16,4 @@ dev_dependencies:
flutter_test:
sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages

0 comments on commit abb6d08

Please sign in to comment.