Use screenshots (#1496)

pull/1499/head
Ellet 1 year ago committed by GitHub
parent f7528d30a0
commit dc6724868f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 14
      README.md
  3. BIN
      example/assets/images/1.png
  4. BIN
      example/assets/images/2.png
  5. BIN
      example/assets/images/3.png
  6. BIN
      example/assets/images/4.png
  7. 15
      pubspec.yaml

@ -1,3 +1,6 @@
## [8.1.3]
- Move the images to screenshot instead of `README.md`
## [8.1.2]
- Fix bug that is related to the regexp of the insert link dialog
- Require dart 3 as minimum

@ -33,7 +33,6 @@ Pub: [FlutterQuill]
## Table of contents
- [Flutter Quill](#flutter-quill)
- [Table of contents](#table-of-contents)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Migration](#migration)
@ -56,21 +55,20 @@ Pub: [FlutterQuill]
- [Testing](#testing)
- [License](#license)
- [Contributors](#contributors)
- [Sponsors](#sponsors)
## Demo
<!-- ## Demo
<p float="left">
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/103142422-9bb19c80-46b7-11eb-83e4-dd0538a9236e.png">
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/103142455-0531ab00-46b8-11eb-89f8-26a77de9227f.png">
<img width="400" alt="Screenshot 1" src="https://user-images.githubusercontent.com/122956/103142422-9bb19c80-46b7-11eb-83e4-dd0538a9236e.png">
<img width="400" alt="Screenshot 2" src="https://user-images.githubusercontent.com/122956/103142455-0531ab00-46b8-11eb-89f8-26a77de9227f.png">
</p>
<p float="left">
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/102963021-f28f5a00-449c-11eb-8f5f-6e9dd60844c4.png">
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/102977404-c9c88e00-44b7-11eb-9423-b68f3b30b0e0.png">
<img width="400" alt="Screenshot 3" src="https://user-images.githubusercontent.com/122956/102963021-f28f5a00-449c-11eb-8f5f-6e9dd60844c4.png">
<img width="400" alt="Screenshot 4" src="https://user-images.githubusercontent.com/122956/102977404-c9c88e00-44b7-11eb-9423-b68f3b30b0e0.png">
</p>
---
--- -->
## Installation

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

@ -1,13 +1,26 @@
name: flutter_quill
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
version: 8.1.2
version: 8.1.3
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill
topics:
- ui
- widgets
- widget
- rich-text-editor
- quill
screenshots:
- description: 'Screenshot 1'
path: example/assets/images/1.png
- description: 'Screenshot 2'
path: example/assets/images/2.png
- description: 'Screenshot 3'
path: example/assets/images/3.png
- description: 'Screenshot 4'
path: example/assets/images/4.png
platforms:
android:
ios:

Loading…
Cancel
Save