diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e4b2d..13d92bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## x.y.z +## 1.0.0 - Merged [Enable customisable styling for WaveformRecorder via - VoiceNoteRecorderStyle](https://github.com/flutter/ai/pull/161), which addes + VoiceNoteRecorderStyle](https://github.com/flutter/ai/pull/161), which adds the missing styles for the voice recorder. Contributed by @csongorkeller. Thank you! diff --git a/pubspec.yaml b/pubspec.yaml index 3ba0fbf..e9abe11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: flutter_ai_toolkit description: >- - A set of AI chat-related widgets for Flutter apps targeting - mobile, desktop, and web. -version: 0.10.0 + AI chat widget for Flutter apps targeting mobile, desktop, and web supporting + text, image, and voice input. +version: 1.0.0 repository: https://github.com/flutter/ai topics: @@ -29,7 +29,7 @@ dependencies: universal_platform: ^1.1.0 url_launcher: ^6.3.2 uuid: ^4.4.2 - waveform_recorder: ^1.3.0 + waveform_recorder: ^1.8.0 dev_dependencies: flutter_lints: ^6.0.0