forked from realth000/flutter_bbcode_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (27 loc) · 743 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (27 loc) · 743 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
name: flutter_bbcode_editor
description: Edit bbcode with WYSIWYG support
repository: 'https://github.com/realth000/flutter_bbcode_editor'
issue_tracker: 'https://github.com/realth000/flutter_bbcode_editor/issues'
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.1.0+1
environment:
sdk: ^3.4.0
dependencies:
collection: any
file_picker: ^8.1.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_quill:
path: packages/flutter-quill
flutter_quill_extensions:
path: packages/flutter-quill/flutter_quill_extensions
intl: any
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^6.0.0
flutter:
uses-material-design: true
generate: true