Important
Pre-development. This is an early draft, not a released package. It is under very active work: the API is unsettled and changes constantly. Do not depend on it yet.
Composite UI components for Flutter, built on fossui.
fossui ships the foundations: design tokens and atoms like Button, TextField, Card, and Select. fossui_plus is the layer above it, the bigger composed pieces most apps end up rebuilding by hand: charts, data tables, dashboard shells, auth forms. Each one is assembled from fossui atoms, so it inherits the same theme and rethemes with your app for free.
The fossui core comes bundled. Adding fossui_plus pulls it in, and a single import gives you both the plus components and the fossui atoms and tokens.
Pre-development. The package is scaffolded, the API is unsettled, and components are still being designed.
dependencies:
fossui_plus: ^0.0.1One import gives you everything, plus components and the fossui core:
import 'package:fossui_plus/fossui_plus.dart';flutter ui components design-system widgets charts dashboard data-table
MIT. Free, same as the core.