diff --git a/CHANGELOG.md b/CHANGELOG.md index f406c647..20aa37aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 916a1642..52ea4f47 100644 --- a/README.md +++ b/README.md @@ -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 + ## Installation diff --git a/example/assets/images/1.png b/example/assets/images/1.png new file mode 100644 index 00000000..b42afad0 Binary files /dev/null and b/example/assets/images/1.png differ diff --git a/example/assets/images/2.png b/example/assets/images/2.png new file mode 100644 index 00000000..c492b3c8 Binary files /dev/null and b/example/assets/images/2.png differ diff --git a/example/assets/images/3.png b/example/assets/images/3.png new file mode 100644 index 00000000..3debe473 Binary files /dev/null and b/example/assets/images/3.png differ diff --git a/example/assets/images/4.png b/example/assets/images/4.png new file mode 100644 index 00000000..cafcd86e Binary files /dev/null and b/example/assets/images/4.png differ diff --git a/pubspec.yaml b/pubspec.yaml index 1be2a3a6..2ce71610 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: