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

@@ -4,7 +4,7 @@ import 'package:cached_network_image/cached_network_image.dart';
import 'package:conduit/shared/theme/theme_extensions.dart';
import 'package:conduit/l10n/app_localizations.dart';
/// Configuration for GptMarkdown styling
/// Configuration for markdown styling
class ConduitMarkdownStyleConfig {
final TextStyle textStyle;