refactor: migrate to flutter_markdown_plus for enhanced markdown support
- Replaced the gpt_markdown package with flutter_markdown_plus to improve markdown rendering capabilities. - Updated the markdown configuration to utilize the new package, enhancing the overall maintainability and adaptability of markdown features. - Adjusted the streaming markdown widget to integrate with the new markdown body implementation, ensuring a cohesive user experience. - Removed deprecated builders and streamlined the code for better clarity and performance.
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies:
|
||||
shared_preferences: ^2.3.2
|
||||
|
||||
# UI Components - GPT Markdown
|
||||
gpt_markdown: ^1.1.4
|
||||
flutter_markdown_plus: ^1.0.3
|
||||
cached_network_image: ^3.3.1
|
||||
flutter_highlight: ^0.7.0
|
||||
webview_flutter: ^4.7.0
|
||||
|
||||
Reference in New Issue
Block a user