convokit_flutter_ui 0.2.1
convokit_flutter_ui: ^0.2.1 copied to clipboard
Extensible, plug-and-play Flutter UI components for ConvoKit conversations and messaging.
Changelog #
0.2.1 #
- Show outgoing messages immediately while the request completes, then reconcile the server response and realtime echo without duplicates.
- Clear the composer immediately and restore its draft after a failed send when the user has not typed a replacement.
0.2.0 #
- Require ConvoKit Flutter SDK 0.2.x for private Realtime channels and publishable-key discovery.
- Preserve the existing Flutter component and configuration API.
0.1.4 #
- Document the managed ConvoKit API endpoint used by the core SDK.
- Remove endpoint configuration from the standard setup example.
- Support inserted, updated, and deleted message events from core SDK 0.0.4.
0.1.3 #
- Point the public package metadata to the accessible examples repository.
0.1.2 #
- Point the component gallery to the public examples-only repository.
- Add trusted GitHub Actions publishing for semantic-version tags.
0.1.1 #
- Add real screenshots rendered from the public component showcase.
- Document standard, branded support, and compact UI configurations.
- Add public repository and issue tracker metadata.
0.1.0 #
- Add SDK-backed and controlled conversation list components.
- Add filterable offset pagination and automatic infinite scrolling.
- Add SDK-backed conversation history, sending, realtime typing, and receipts.
- Add extensible message, media, header, composer, state, and theme builders.