spindle_chat 0.1.0 copy "spindle_chat: ^0.1.0" to clipboard
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_chat

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  spindle_chat: ^0.1.0

Alternatively, 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';
1
likes
160
points
12
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Composable, themeable chat UI for Flutter. Sealed message types, controller-driven state, InheritedWidget DI, animated list with date separators — no codegen, no heavy deps.

Repository (GitHub)
View/report issues

Topics

#chat #ui #messaging #widget

License

MIT (license)

Dependencies

flutter, intl, meta

More

Packages that depend on spindle_chat