From abb6d08b361cde756ff1ab8a438b4d9183d96866 Mon Sep 17 00:00:00 2001 From: shan-shaji Date: Sat, 15 Aug 2020 12:24:39 +0530 Subject: [PATCH] Initial Development Release --- CHANGELOG.md | 4 ++-- README.md | 5 ++--- example/pubspec.lock | 2 +- pubspec.yaml | 37 +------------------------------------ 4 files changed, 6 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..c71e5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## [0.0.1] - TODO: Add release date. +## [0.1.0] - 2020-08-15 -* TODO: Describe initial release. +Intial Development Release. diff --git a/README.md b/README.md index b2a7d70..4910d12 100644 --- a/README.md +++ b/README.md @@ -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`. +Pass a callback to the `onSelect` property with parameter of type `List`. Example: @@ -91,7 +91,6 @@ void handleOnSelect(List 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. \ No newline at end of file +Contributions of any kind are more than welcome😊! Feel free to fork and improve `day_picker` or open an issue. diff --git a/example/pubspec.lock b/example/pubspec.lock index c15d56c..2237ce3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -56,7 +56,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.1.0" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0fcfcdc..1b21117 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 homepage: https://github.com/shan-shaji/day_picker @@ -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