forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 702 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 702 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
name: flutter_markdown
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/flutter/packages/tree/main/packages/flutter_markdown
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22
version: 0.7.4+1
environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
markdown: ^7.1.1
meta: ^1.3.0
path: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.4
standard_message_codec: ^0.0.1+3
topics:
- markdown
- widgets