Skip to content

Add list interspersion as built in function #49900

@noga-dev

Description

@noga-dev

I find myself needing to use interspersion a lot in flutter. For example in cases where I can't use ListView.separated I can just do children.intersperse(SizedBox(height: 10)); I think the community at large could benefit from having this feature built into the language. This would spare us from having to add it to every project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-coretype-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions