-
1. Install Quil
`npm install quill@2.0.2`
3. Setup Quill in React
```
import { forwardRef, useEffect, useLayoutEffect, useRef } from 'react';
import Quill, { Range, Delta } from 'quill/core';…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Use case
Problem: On iOS when pasting HTML, it is c…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
10.8.5
### Steps to reprod…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
10.8.5
### Steps to reproduce
Hi,…
-
# Checklist (for the issue creator)
- [x] I have verified the bug exists in the latest version of `@synergy-design-system/components` (e.g. via `pnpm install @synergy-design-system/components`)…
-
**This change will not be done anytime soon** but will be submitted to keep track of our plans and have related discussions in one place.
I propose that we stop supporting `flutter_quill_extensions…
-
i noticed my builds were failing and when looking into it, jest and babel are having trouble and i think it's because of this change here: https://github.com/VaguelySerious/react-quill/commit/1deb1646…
-
Hi, **Quill 2** has been released.
It uses [quill-delta 5.1](https://www.npmjs.com/package/quill-delta).
Do you think that _quill-delta-to-html_ can still be used safely on the new Quill 2?
paleo updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### The question
this is my used packages with flutter_quil…
-
**Describe the bug**
On Web (not tested on iOS/Android), Flutter widgets above QuillHtmlEditor are displayed correctly but unclickable, the click goes to the QuillHtmlEditor below. So popups, select …