İbrahim Özdemir
İbrahim Özdemir
I'm developing an api with FastApi. There are 2 GPU on my server, so I want to redirect each request to specific GPU. (There will be a queue and lock...
Hi, firstly thanks for this great package. I've multiple apps which use Super Editor for now. But it is too complicated and having random bugs. So I started to search...
### Bug Description Sometimes keyboard is opening without toolbar. I investigate the issue; mobile_toolbar_v2.dart > _MobileToolbarState ``` @override void initState() { super.initState(); currentSelection = widget.editorState.selection; KeyboardHeightObserver.instance.addListener(_onKeyboardHeightChanged); } ``` Code is...
**Package Version** super_editor: 0.3.0-dev.23 **To Reproduce** Steps to reproduce the behavior: 1. Open Example project. 2. Open Super Text Field menu. 3. Click end of Input, and delete from end...
Hi 👋 In many use cases, we need to toggle between editable and read-only modes dynamically. Currently, SuperEditor and SuperReader are two separate widgets, which leads to several challenges: Inconsistent...