Feature Request: Multi-Directional Scrollable Canvas for Custom Content Placement

Widgets & Design

Hi FlutterFlow Team,

I hope you’re doing well!

I would like to request a feature that allows developers to create a scrollable canvas where elements can be placed outside the visible screen area. The idea is similar to how users can pan and zoom in maps applications, enabling multi-directional scrolling to navigate and find elements.

This feature would be extremely useful for creating custom user interfaces, such as interactive maps or large layouts that require free navigation.

If this is already possible using a specific workaround, I would appreciate any guidance on implementing it. Otherwise, it would be amazing to have this feature built-in as it could save time and enable more creative projects.

Thank you for your hard work and for constantly improving FlutterFlow!

Best regards.

What have you tried so far?

I’ve explored various options within FlutterFlow, such as wrapping widgets in scrollable containers or using Custom Widgets. However, none of these approaches allow me to create a multi-directional scrollable canvas where users can freely pan and zoom across the screen to interact with elements placed outside the visible area.

I also considered creating a Custom Widget with InteractiveViewer in Flutter, which partially works, but I cannot dynamically add or manage widgets directly within FlutterFlow when using this solution.

Did you check FlutterFlow's Documentation for this topic?
Yes
2