-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK 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 bugA request for a change that isn't a bug
Description
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.
sla-000, red282, dkbast, RomanLevchenko-AlgoAiTech, pingbird and 23 moremateusfccp
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK 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 bugA request for a change that isn't a bug