-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpubspec.yaml
37 lines (33 loc) · 1 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
name: visual_editor
description: A rich text editor supporting mobile and web (Demo App @ visualspace.app)
version: 0.0.1
homepage: https://visualspace.app
repository: https://github.com/visual-space/visual-editor
environment:
sdk: '>=3.1.5 <4.0.0'
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
collection: 1.18.0
flutter_colorpicker: 1.0.3
flutter_keyboard_visibility: 5.4.1
image_picker: 1.0.4
photo_view: 0.14.0
quiver: 3.2.1
string_validator: 1.0.2
url_launcher: 6.2.1
pedantic: 1.11.1
video_player: 2.8.1
characters: 1.3.0
youtube_player_flutter: 8.1.2
diff_match_patch: 0.4.1
i18n_extension: 10.0.1
# gallery_saver: 2.3.2 // TODO Restore, disabled for now because we really need http ^1.0.0 for google fonts latest
device_info_plus: 9.1.0
google_fonts: 6.1.0 # because of gallery_saver // No longer stuck on 4.0.4, currently gallery saver is disabled.
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter.
flutter: null