forked from foresightmobile/flutter_markdown_plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (27 loc) · 720 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (27 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: flutter_markdown_plus
description: A Markdown renderer for Flutter. Create rich text output,
including text styles, tables, links, and more, from plain text data
formatted with simple Markdown tags.
repository: https://github.com/foresightmobile/flutter_markdown_plus
issue_tracker: https://github.com/foresightmobile/flutter_markdown_plus/issues
version: 1.0.7
environment:
sdk: ^3.4.0
flutter: ">=3.27.1"
dependencies:
flutter:
sdk: flutter
markdown: ^7.3.0
meta: ^1.16.0
path: ^1.9.1
dev_dependencies:
flutter_test:
sdk: flutter
leak_tracker_flutter_testing: any
mockito: ^5.5.0
standard_message_codec: ^0.0.1+4
topics:
- markdown
- widgets
formatter:
page_width: 120