Update flutter_quill_extensions package ready for publishing (#935)

pull/936/head
Jon Salmon 3 years ago committed by GitHub
parent 5715a3755f
commit ffdefaeccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      flutter_quill_extensions/CHANGELOG.md
  2. 22
      flutter_quill_extensions/LICENSE
  3. 2
      flutter_quill_extensions/README.md
  4. 3
      flutter_quill_extensions/pubspec.yaml

@ -1,3 +1,3 @@
## 0.0.1
## 0.1.0
* TODO: Describe initial release.
* Initial release

@ -1 +1,21 @@
TODO: Add your license here.
MIT License
Copyright (c) 2020 Xin Yao
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.

@ -1,6 +1,6 @@
# Flutter Quill Extensions
Helpers to support embed widgets in flutter_quill.
Helpers to support embed widgets in flutter_quill. See [Flutter Quill](https://pub.dev/packages/flutter_quill) for details of use.
## Usage

@ -1,8 +1,7 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill
version: 0.0.1
version: 0.1.0
homepage: https://bulletjournal.us/home/index.html
#author: bulletjournal
repository: https://github.com/singerdmx/flutter-quill/flutter_quill_extensions
environment:

Loading…
Cancel
Save