这是indexloc提供的服务,不要输入任何密码
Skip to content

[proposal] implement "blankcanvas" like UI element #22

@iapicca

Description

@iapicca

This issue is a mirror of Flutter's blankcanvas 2.0

The Problem

Currently, Flutter tightly integrates Material and Cupertino design systems,
making it challenging for developers who prefer a completely custom UI approach.

While CustomPainter and RenderObject provide low-level solutions,

  1. they have key limitations
  • Performance: skipping Flutter’s optimizations
  • Accessibility
  • Compositing: may need special handling in the layer tree
  1. there is no built-in high-level widget that offers a minimalistic starting point without Material dependencies.

Current Status

Flutter Team has already acknowledged this issue
and the intent of addressing it in flutter roadmap 2024
specifically hinting at an active development of blankcanvas

Unfortunately this intent is contradicted by comments
from @MitchellGoodwin [1] and @Hixie [2]
which indicate that blankcanvas isn't actively worked on.

As far as I know there is no public repository for blankcanvas.

Proposal

Implement "blankcanvas"-like Widgets in Flock or as Flock repo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions