-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
99 lines (76 loc) · 1.75 KB
/
pubspec.yaml
File metadata and controls
99 lines (76 loc) · 1.75 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
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
98
99
name: view_source_vibe
description: Source code viewer & page analyzer app
version: 1.1.2+1120
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# Core packages
cupertino_icons: ^1.0.2
web: ^1.1.1
# File handling
file_picker: ^10.3.10
path_provider: ^2.1.1
# HTTP requests for URL loading
http: ^1.1.1
# State management
provider: ^6.1.1
# Settings persistence
shared_preferences: ^2.2.2
# UI enhancements
flutter_svg: ^2.2.4
# Platform-specific file handling
universal_io: ^2.0.4
# Deep linking for URL schemes
app_links: ^7.0.0
flutter_inappwebview: ^6.2.0-beta.3
# File type detection
mime_type: ^1.0.0
# HTML Unescape
html_unescape: ^2.0.0
# Path manipulation
path: ^1.8.0
# HTML parsing for DOM tree
html: ^0.15.4
# Tree view UI
flutter_fancy_tree_view2: ^1.2.0
# XML parsing for DOM tree
xml: ^6.5.0
re_editor: ^0.8.0
re_highlight: ^0.0.3
url_launcher: ^6.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
mockito: ^5.4.0
build_runner: ^2.4.6
flutter_launcher_icons: ^0.14.4
path_provider_platform_interface: ^2.1.1
plugin_platform_interface: ^2.1.7
flutter:
uses-material-design: true
assets:
- assets/icon.webp
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.webp"
min_sdk_android: 21
remove_alpha_ios: true
# web:
# generate: true
# image_path: "assets/icon.webp"
# background_color: "#FFFFFF"
# theme_color: "#FFFFFF"
windows:
generate: true
image_path: "assets/icon.webp"
icon_size: 48
macos:
generate: true
image_path: "assets/icon.webp"
linux:
generate: true
image_path: "assets/icon.webp"