chore: update markdown dependency and configuration

- Replaced `gpt_markdown` with `flutter_markdown_plus` in `pubspec.yaml`.
- Updated `pubspec.lock` to reflect the new dependency version.
- Modified `markdown_config.dart` to generalize styling configuration.
- Updated `streaming_markdown_widget.dart` to utilize `MarkdownBody` for rendering markdown content.
This commit is contained in:
cogwheel0
2025-09-30 19:53:19 +05:30
parent 12a6a07043
commit d3b64716b9
4 changed files with 50 additions and 82 deletions

View File

@@ -28,7 +28,7 @@ dependencies:
shared_preferences: ^2.3.2
# UI Components - Enhanced Markdown
gpt_markdown: ^1.1.4
flutter_markdown_plus: ^1.0.5
cached_network_image: ^3.3.1
socket_io_client: ^3.1.2
yaml: ^3.1.2