Breadcrumbs
Show the trail of ancestor pages leading to the current page.
Show the trail of ancestor pages leading to the current page.
Contract
Semantic values match the web system while widget behavior follows Flutter and Material 3.
Install
Add the package, then import its public library.
flutter pub add tinyrack_uiimport 'package:tinyrack_ui/tinyrack_ui.dart';Playground
Usage
import 'package:material_ui/material_ui.dart';
import 'package:tinyrack_ui/tinyrack_ui.dart';
TRBreadcrumbs(
items: [
TRBreadcrumbsItem(label: 'Home', onTap: goHome),
const TRBreadcrumbsItem(label: 'Settings'),
],
)API
Breadcrumbs preserves native Flutter state and callbacks while applying Tinyrack token defaults.