forked from 5hirish/quinine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
98 lines (78 loc) · 2.01 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: quinine
description: A core IDE for Flutter development
publish_to: 'none'
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
environment:
sdk: '>=2.19.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# For utilities
logger: any
intl: any
path: any
nanoid: ^1.0.0
clock: ^1.1.1
# For user interface
responsive_framework: ^1.0.0
google_fonts: ^4.0.4
flex_color_scheme: ^7.1.0
font_awesome_flutter: ^10.4.0
flutter_fancy_tree_view: ^1.1.1
multi_split_view: ^2.4.0
highlight: ^0.7.0
flutter_highlight: ^0.7.0
code_text_field: ^1.1.0
flutter_code_editor: ^0.2.23
tabbed_view: ^1.16.0+1
# For window management
window_manager: ^0.3.2
# For state management
flutter_hooks: ^0.18.6
hooks_riverpod: ^2.3.6
# For routing
go_router: ^7.0.1
# For file management
watcher: ^1.0.2
file_picker: ^5.3.0
path_provider: ^2.0.15
# For storage management
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
# For annotations
json_annotation: ^4.8.1
freezed_annotation: ^2.2.0
riverpod_annotation: ^2.1.1
dev_dependencies:
# For testing
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
test: any
mockito: ^5.4.0
# For generating code
build_runner: any
build_verify: any
json_serializable: any
freezed: ^2.3.3
riverpod_generator: ^2.2.1
isar_generator: ^3.1.0+1
go_router_builder: ^2.0.1
# For linting
flutter_lints: ^2.0.1
riverpod_lint: ^1.3.1
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/icon/