Results 7 issues of Raul Mabe

I tried to make the simplest editor I could, but instead stayed debugging for half a day why it was crashing. I was initializing the editor this way (which didn't...

area_supereditor
bounty_junior
f:superlist
time: 5

It was working all well, but suddenly this error is getting thrown at every request I send: ``` Prediction failed: Input type (c10::Half) and bias type (float) should be the...

### Version 2.3.0 ### Platforms dart ### Device Model iPhone 13 ### flutter info ```sh [✓] Flutter (Channel stable, 3.22.1, on macOS 14.5 23F79 darwin-arm64, locale en-ES) • Flutter version...

My company and I are looking for a Rich editor that supports tables. As far as I am concerned, FlutterQuill and SuperEditor both lack this feature; so I want to...

It's all described [in the issue](https://github.com/superlistapp/super_editor/issues/2759)

**Package Version** Stable branch **User Info** Labhouse Mobile SL **To Reproduce** ```dart test('Markdown Serialization', () { const content = ''' I started the morning with a quick workout, just a...

type_bug

Hello, I am debugging one of our applications that contains some memory leaks. We are using the [leak_tracker](https://github.com/dart-lang/leak_tracker) package to debug and get objects not being properly disposed. All of...