-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (37 loc) · 850 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
41 lines (37 loc) · 850 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
33
34
35
36
37
38
39
40
41
name: main_app
description: A Flutter app shell.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
gcode_core:
path: ../gcode_core
flutter_study_learning:
path: ../flutter_study_learning
file_picker_bridge:
path: ../file_picker_bridge
flutter_ioc_core:
path: ../flutter_ioc_core
flutter:
sdk: flutter
go_router: ^14.2.0
provider: ^6.1.5+1
flutter_riverpod: ^2.5.1
flutter_bloc: ^8.1.3
equatable: ^2.0.5
dio: ^5.8.0+1
collection: ^1.18.0
flutter_svg: ^2.0.10+1
two_dimensional_scrollables: ^0.3.0
usb_serial: ^0.5.0
device_info_plus: ^10.1.2
desktop_multi_window: ^0.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutterguard_cli:
path: ../flutterguard/packages/flutterguard_cli
flutter:
uses-material-design: true