Skip to content

Comment on Ready for Production Apps: Flutter Beta 3

Comments

Does flutter have a canvas yet? Whats the story for making arbitrary custom components, like a draggable rectangle that can be moved around a grid?

"A widget that provides a canvas on which to draw during the paint phase."

https://docs.flutter.io/flutter/widgets/CustomPaint-class.ht...

Edit: All of the built-in framework widgets are written in Dart and rendered via canvas-like draw calls at the lowest layer (See dart:ui). Since the widgets are available under a liberal open source license you can fork them and customise them however you like.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.