Tinyrack

Toast

Queue live notifications that can be updated, swiped away, or tied to a Future.

Queue live notifications that can be updated, swiped away, or tied to a Future.

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';

toastController.show(
  const TRToastData(title: Text('Changes saved')),
)

Examples

Track asynchronous work permalink

A stable toast handle updates the loading notification in place when its Future succeeds or fails.

API

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