forked from akvelon/flutter-code-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 736 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 736 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
33
name: flutter_code_editor
description: A customizable code field supporting syntax highlighting and code folding.
version: 0.3.0
repository: https://github.com/akvelon/flutter-code-editor
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
autotrie: ^2.0.0
characters: ^1.2.1
charcode: ^1.3.1
collection: ^1.16.0
equatable: ^2.0.5
flutter: { sdk: flutter }
flutter_highlight: ^0.7.0
highlight: ^0.7.0
http: ^0.13.5
linked_scroll_controller: ^0.2.0
meta: ^1.7.0
mocktail: ^0.3.0
scrollable_positioned_list: ^0.3.5
tuple: ^2.0.1
url_launcher: ^6.1.8
dev_dependencies:
fake_async: ^1.3.1
flutter_test: { sdk: flutter }
total_lints: ^2.18.0
flutter:
uses-material-design: true