visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
290 stars 46 forks source link

Demos - Delta Sandbox, Adaptive layout for maximum screen area on mobiles #128

Closed adrian-moisa closed 1 year ago

adrian-moisa commented 2 years ago

Currently the delta sandbox demo page can't be used on mobile because the layout is terrible. We need to set a threshold and switch from landscape to portrait (on one top of each other).

image

Join on discord to get advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter apps.

adrian-moisa commented 1 year ago

Progress so far, will need some small improvements but the ticket is mostly done.

image