Skip to content

[proposal] blankcanvas 2.0 #165502

Description

@iapicca

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

I propose the creation (or migration with @Hixie 's blessing)
of blankcanvas in flutter/packages and pursuing the goals stated here

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Fluttercustomer: crowdAffects or could affect many people, though not necessarily a specific customer.team-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions