-
Notifications
You must be signed in to change notification settings - Fork 95
/
pubspec.yaml
46 lines (36 loc) · 882 Bytes
/
pubspec.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: markdown_widget
description: A new markdown package. It supports TOC function, code highlighting, and it supports all platforms
version: 2.3.2+6
homepage: https://github.com/asjqkkkk/markdown_widget
topics:
- markdown
- flutter
- widgets
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
#markdown data parser
markdown: ^7.2.1
#highlight code
highlight: ^0.7.0
flutter_highlight: ^0.7.0
# to click link
url_launcher: ^6.2.2
# to get the index number on scroll for listview
visibility_detector: ^0.4.0+2
# make listview available to jump to index
scroll_to_index: ^3.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
mockito: ^5.3.2
build_runner: ^2.3.3
path: ^1.8.2
lints: ^2.1.1
flutter:
screenshots:
- description: 'Screenshot 1'
path: screenshots/screenshot.png