Abel Putnoki

Results 24 comments of Abel Putnoki

> For now, we have the option of using `https://pub.dev/packages/ordinal_formatter`, but it only supports a few locales, and I think this actually belongs to this package. Agreed! Thanks for mentioning...

> True, we are dependent on the keyboard package but quill itself could be updated in the meantime:) Yep, as long as `flutter_quill` itself does not use `html` (which it...

Same issue here. Thanks for suggesting the "magic" `errorListener` workaround, great to have this as a temporary fix!

> QuillEditor has focusNode property try to use it to set back the focus on quill editor when it is in view or use autofocus property. @salba360496 I've already set...

> I resolve this issue using this: > > ```dart > bool canScroll = false; //set to false to apply just at the first time the setState > //Scrollbar is...

> I created a project following OP instructions and added the latest Flutter Quill package. On Windows: Both tabs scroll using mouse wheel and I can switch back and forth...

@AtlasAutocode Yes, I can still reproduce the issue on version `10.3.1`. Steps to reproduce: - Create a new app with `flutter create quill_test` - Run `flutter pub add flutter_quill` (or...

Thank you for looking into it @AtlasAutocode ! Indeed (right now) you need to tap on the editor to focus it first before it is scrollable. While listening to tab...

Also note that the workaround by @CatHood0 seems to work perfectly, so likely it's a case of a missing listener (to scroll notifications) in the scrollable widget of the editor...

It sounds like you might be trying to use the plugin without initializing it. Initializing the plugin fills in the values in UserDefaults so they cannot be null afterwards.