forked from singerdmx/flutter-quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
56 lines (47 loc) · 1.13 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
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 9.3.18
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
documentation: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
topics:
- ui
- widgets
- widget
- rich-text-editor
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: '>=3.1.6 <4.0.0'
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
# Normal packages
http: ^1.2.0
path: ^1.8.3
meta: ^1.10.0
universal_html: ^2.2.4
cross_file: ^0.3.3+6
flutter_quill: ^9.3.12
photo_view: ^0.14.0
# Plugins
video_player: ^2.8.1
youtube_player_flutter: ^9.0.0
url_launcher: ^6.2.1
super_clipboard: ^0.8.15
gal: ^2.3.0
gal_linux: ^0.1.0
image_picker: ^1.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true