diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..95948be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## [0.0.1] - TODO: Add release date. +## 0.0.1 -* TODO: Describe initial release. +* Initial Release diff --git a/LICENSE b/LICENSE index ba75c69..e9bc9e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -TODO: Add your license here. +MIT License + +Copyright (c) 2020 Toshiaki Hayashi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index a04bb00..4aed797 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # split_view -A new Flutter package. +A splitter view for flutter. ## Getting Started + +## Usage + + + + This project is a starting point for a Dart [package](https://flutter.dev/developing-packages/), a library module containing code that can be shared easily across diff --git a/pubspec.yaml b/pubspec.yaml index 1c02476..6098c1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: split_view -description: A new Flutter package. +description: A split view for flutter. version: 0.0.1 -author: -homepage: +author: Toshiaki Hayashi +homepage: https://github.com/toshiaki-h/split_view environment: sdk: ">=2.1.0 <3.0.0"