Rafał Płonka
Rafał Płonka
Same issue android.arch.persistence.room:runtime:1.1.1 com.amitshekhar.android:debug-db:1.0.4
Same issue here error: `error:Error Domain=AVFoundationErrorDomain Code=-11832 “Cannot Open” UserInfo={NSLocalizedFailureReason=This media cannot be used., NSLocalizedDescription=Cannot Open, NSUnderlyingError=0x2823dcab0 {Error Domain=NSOSStatusErrorDomain Code=-12431 “(null)“}} ` I can send an .mp4 video that is...
Same issue, unfortunately
Looking for this option atm
@chinmaygarde Is it possible to make it a higher priority than p4 ? Many Flutter web apps are using emojis. In our team it will be a blocker for bumping...
Same issue
Would be great to have the possibility of turning it on
Bumping this one ^ We are actually using much lower version of the chewie, because of this behaviour
Hey, thanks for the answer. I’ve forked the supereditor package from the main branch and created a demo. The commit is really small: https://github.com/superlistapp/super_editor/commit/1510658bfa3530a5922798a54700431e649c1cef Only creating a horizontal rule node...
Here is the updated demo: 1. Place caret on the text 2. Click the ElevatedButton ``` import 'package:flutter/material.dart'; import 'package:super_editor/super_editor.dart'; void main() { runApp( MaterialApp( home: Scaffold( body: _StandardEditor(), ),...