thinking_orbs library
Thinking Orbs - dotted thought-orb loading indicators for AI & agent UIs. Six tuned states, two sizes, auto dark/light.
Quick start:
import 'package:thinking_orbs_flutter/thinking_orbs.dart';
ThinkingOrb(state: OrbState.searching, size: OrbSize.large)
Classes
- OrbPainter
- The CustomPainter that draws a single ThinkingOrb frame.
- Resolved
- The fully resolved configuration for a (state, size) pair.
- ThinkingOrb
- A dotted "thought-orb" loading indicator for AI & agent UIs.
Enums
Properties
Functions
-
resolvePreset(
OrbState state, OrbSize size) → Resolved - Resolve a (state, size) pair to its mode + fully-scaled draw options.