spindle_chat 0.1.0
spindle_chat: ^0.1.0 copied to clipboard
Composable, themeable chat UI for Flutter. Sealed message types, controller-driven state, InheritedWidget DI, animated list with date separators — no codegen, no heavy deps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add spindle_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
spindle_chat: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:spindle_chat/spindle_chat.dart';