You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Grid-Based Image Layout (1, 2, 3 per Row)
Description:
I'm working on a feature for the Flutter Quill editor where clicking on an inserted image should open a bottom sheet with options to set the image layout in a grid format. The options are:
1 per row: A single image spans the entire width of the editor.
2 per row: Two images appear side by side in the same row, equally spaced and sized.
3 per row: Three images appear side by side in the same row, equally spaced and sized.
Desired Behavior:
Detect when an image in the editor is clicked to open a bottom sheet with these layout options.
Dynamically adjust the editor content to display the images in the selected grid format (e.g., multiple images per row).
Allow setting a specific size for single images (1 per row layout).
Provide an option to apply the selected layout and size to all images in the editor.
Questions:
Is there a built-in mechanism in the Flutter Quill package to manage grid layouts for images or other embed blocks?
If not, what's the best approach to implement this? Should I use custom embed attributes or modify the document's delta directly?
How can I group images together in rows (e.g., two or three images per row) while maintaining the editor's styling and structure?
Are there any examples or recommendations for implementing custom layout features like this in the Quill editor?
How can I store and apply specific size settings for single images?
What's the recommended way to iterate through all images in the document and apply the selected layout and size?
Example Use Case:
This feature would be useful for creating image galleries or layouts within the editor, allowing users to control how images are displayed and arranged. It would also enable setting specific sizes for individual images and applying layout changes to all images for consistency.
Additional Context:
I'm using the flutter_quill package in my Flutter application.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
The question
Feature Request: Grid-Based Image Layout (1, 2, 3 per Row)
Description:
I'm working on a feature for the Flutter Quill editor where clicking on an inserted image should open a bottom sheet with options to set the image layout in a grid format. The options are:
Desired Behavior:
Questions:
Example Use Case:
This feature would be useful for creating image galleries or layouts within the editor, allowing users to control how images are displayed and arranged. It would also enable setting specific sizes for individual images and applying layout changes to all images for consistency.
Additional Context:
I'm using the
flutter_quill
package in my Flutter application.Thank you for your help!
The text was updated successfully, but these errors were encountered: