colorist_ui 0.3.0
colorist_ui: ^0.3.0 copied to clipboard
A Flutter library of UI components for an LLM codelab.
Colorist UI Changelog #
0.3.0 #
- Update for Riverpod 3
0.2.5 #
- Update generated files
0.2.4 #
- Update for Flutter 3.32
0.2.3 #
- Migrate from
flutter_markdown
toflutter_markdown_plus
0.2.2 #
- Drop
characters
version minimum for firebase.studio
0.2.1 #
- Drop
collection
version minimum for firebase.studio
0.2.0 #
- Reformat for Dart 3.6.0.
- Bump version for firebase.studio
0.1.3 #
- Drop minimum Dart SDK version to 3.6.0.
0.1.2 #
- Update UI labels to use sentence case.
- Add and clean up a few API docs.
0.1.1 #
- Add the ability to reset Chat state, Color state, and Log state.
0.1.0 #
- Simplify the exposed API to a single import.
0.0.7 #
- Simplify
example
- Add some barrel files to simplify the exposed API
0.0.6 #
- Adopt
prefer_const_constructors
0.0.5 #
- Use
flutter_markdown
for the message bubbles
0.0.4 #
- Use
SelectableRegions
to make text selectable
0.0.3 #
- Cleanup README
0.0.2 #
- Add
createLlmMessage
toChatStateNotifier
0.0.1 #
- Initial release.