-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (34 loc) · 915 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (34 loc) · 915 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
name: flutter_app_size_reducer
description: A comprehensive Flutter development toolkit for app size optimization, dependency analysis, code cleanup, and developer productivity.
version: 2.0.2
homepage: https://github.com/saty-a/flutter_app_size_reducer
repository: https://github.com/saty-a/flutter_app_size_reducer
issue_tracker: https://github.com/saty-a/flutter_app_size_reducer/issues
executables:
fasr: flutter_app_size_reducer
flutter_app_size_reducer: flutter_app_size_reducer
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
args: ^2.7.0
path: ^1.9.0
yaml: ^3.1.2
console_bars: ^1.2.0
image: ^4.0.0
# HTTP requests
http: ^1.2.0
# JSON handling
json_annotation: ^4.8.0
# Markdown generation
markdown: ^7.2.0
dev_dependencies:
lints: ^4.0.0
build_runner: ^2.4.0
json_serializable: ^6.7.0
test: ^1.24.0
topics:
- flutter
- cli
- assets
- optimization
- tools