-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (47 loc) · 1.11 KB
/
pubspec.yaml
File metadata and controls
56 lines (47 loc) · 1.11 KB
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: chatable
description: "Chatable is an open source cross-platform table-data easy processing software written in Flutter and Rust."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.7.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
chatable_lib:
path: rust_builder
flutter_rust_bridge: 2.9.0
flutter_localizations:
sdk: flutter
intl: 0.19.0
window_manager: ^0.4.3
fluent_ui: ^4.11.2
package_info_plus: ^8.0.1
path_provider: ^2.1.5
path: 1.9.1
get: ^4.6.6
json_annotation: ^4.9.0
json_serializable: ^6.8.0
event_bus: ^2.0.1
multi_column_list_view: ^0.0.10
getwidget: ^6.0.0
file_picker: ^10.1.4
uuid: ^4.5.1
oktoast: ^3.4.0
flutter_colorful_tab_keep: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
integration_test:
sdk: flutter
build_runner: ^2.4.11
flutter:
uses-material-design: true
fonts:
- family: NotoSansSC
fonts:
- asset: assets/fonts/NotoSansSC-Regular.ttf
weight: 400
style: normal
generate: true