Hoàng Sang
Hoàng Sang
I also had problem #2
```dart ListView.builder( itemCount: 3, itemBuilder: (context, index) { return StickyHeaderBuilder( builder: (context, stuckAmount) { stuckAmount = 1.0 - stuckAmount.clamp(0.0, 1.0); if(stuckAmount == 1) print('$index is actived'); return SizedBox(); }, content:...
I also had the same problem
Update a litte in your code: ```dart QuillEditor.basic( configurations: QuillEditorConfigurations( controller: widget.controller ?? QuillController( readOnly: !widget.edit, //
> It made more sense before, why the (breaking) change? I don't know :))
@the-best-is-best Please mark done for this issue
Almost convert package like Html to Quill, Md to Quill are not good, so I have 2 options for u. 1. U using Quill format for storage (not need convert)...
You can using `maxHeigh, minHeight` in QuillEditor alternative for `ConstrainedBox` 
That my mistake, with the new issue, u can wrap`Card` by a `ClipRRect`
If still have issues, please comment with a mention of me