Skip to content

Latest commit

 

History

166 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fl_select

A monorepo for fl_select — a Flutter package for building selection UIs (e.g. filter bar) on a composable architecture of entry points, delegates, and layouts, with single & multiple selection, sync/async loading, search filtering, theming, and i18n built in.

Playground

Highlights

Packages

Package Pub Description
packages/fl_select pub package Core select widgets.
packages/fl_select_genui pub package GenUI / A2UI integration bridge.
packages/fl_select_playground Interactive playground.

Repository structure

fl_select/
├── packages/
│   ├── fl_select/            # Core package
│   ├── fl_select_genui/      # GenUI bridge
│   └── fl_select_playground/ # Interactive playground
├── screenshots/            # GIFs and images used by docs
├── skills/                 # Agent skills for AI coding assistants
└── pubspec.yaml            # Pub workspace root (managed with melos)

Documentation

Development

This repo uses melos to manage the workspace.

dart pub global activate melos
melos bootstrap   # install dependencies and link packages

melos run analyze
melos run test

License

MIT

About

A Flutter package for building **selection** UIs (e.g. filter bar) on a composable architecture of **entry points, delegates, and layouts**. A2UI-ready, with single & multiple selection, sync/async loading, search filtering, theming, and i18n built in.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages