forked from asjqkkkk/markdown_widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
60 lines (50 loc) · 1.29 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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:
# path: '../markdown_2'
# TODO: Change back to original package once Dart merges the patch in
# https://github.com/dart-lang/markdown/pull/626
markdown:
git:
url: git@github.com:pieces-app/markdown.git
ref: patch-1
#highlight code
highlight: ^0.7.0
flutter_highlight: ^0.7.0
runtime_client:
git:
url: git@github.com:open-runtime/runtime_client.git
runtime_flutter_code_highlighter:
git:
url: git@github.com:open-runtime/code_highlighter.git
path: flutter
# to click link
url_launcher: ^6.2.2
# to get the index number on scroll for listview
visibility_detector: ^0.3.3
# 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