Infinite Canvas - how to do it

Resolved

Hi there!

How can I make an infinite canvas (that allows the users to scroll free through the entire page). This is a feature that Figma uses in their design canvas, or something like https://excalidraw.com/ does.

Lucidapp has something similiar. They start with a by default canvas of (X*Y) px. Then, when the user goes to the limits of the canvas, and add more content, the app adds another canvas (with the same size of the initial canvas).

How can be done something like that in Flutter (to allow users infinite content posting).

1
3 replies