-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
38 lines (32 loc) · 889 Bytes
/
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: 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.7.0
flutter: ^3.29.0
dependencies:
collection: any
dart_bbcode_parser:
path: ../dart_bbcode_parser
dart_bbcode_web_colors:
path: ../dart_bbcode_web_colors
file_picker: '>=8.1.2 <10.0.0'
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: ^7.0.0
flutter:
uses-material-design: true
generate: true