Tinyrack

Steps

Present a numbered sequence of stages connected by a rail.

Present a numbered sequence of stages connected by a rail.

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_ui
import 'package:tinyrack_ui/tinyrack_ui.dart';

Playground

Usage

import 'package:material_ui/material_ui.dart';
import 'package:tinyrack_ui/tinyrack_ui.dart';

TRStepsRoot(
  children: [
    TRStepsItem(child: const Text('Create account')),
    TRStepsItem(child: const Text('Verify email')),
  ],
)

API

Steps preserves native Flutter state and callbacks while applying Tinyrack token defaults.