-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
128 lines (120 loc) · 3.54 KB
/
Copy pathpubspec.yaml
File metadata and controls
128 lines (120 loc) · 3.54 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# By Abdullah As-Sadeed
name: bitscoper_cyberkit
description: A Flutter application offering Bluetooth Low Energy Scanner, IPv4
Subnet Scanner, mDNS Scanner, UPnP Scanner, Route Tracer, TCP Port Scanner,
Pinger, File Hash Calculator, String Hash Calculator, CVSS Calculator, Base
Encoder, Morse Code Translator, QR Code Generator, OGP Data Extractor, Series
URI Crawler, DNS Record Retriever, WHOIS Retriever, and Wi-Fi Details Viewer.
publish_to: none
version: 18.1.4+38
environment:
sdk: ">=3.11.4" # Flutter 3.41.6
dependencies:
# device_info_plus: null
# dynamic_color: null # !iOS !Web
async: ^2.13.1
b: ^0.2.0
connectivity_plus: 7.0.0 # Locked for macOS & iOS Compatibility
crypto: ^3.0.7
cvss_vulnerability_scoring: ^1.0.0
dart_ping_ios: ^4.0.2 # Extends dart_ping for iOS
dart_ping: ^9.0.1 # !Web
dnsolve: ^3.0.0 # !macOS
file_picker: ^12.0.0-beta.5
file_saver: ^0.4.0
flutter:
sdk: flutter
flutter_blue_plus: ^2.3.4
flutter_colorpicker: ^1.1.0
flutter_local_notifications: ^21.0.0 # !Web
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.4.7 # !Linux !maxOS !Windows
flutter_riverpod: ^3.3.1
flutter_staggered_grid_view: ^0.7.0
flutter_traceroute:
git:
url: https://github.com/Koizeay/flutter_traceroute.git # !Linux !macOS !Windows !Web
html: ^0.15.6
http: ^1.6.0
intl: ^0.20.2
morse_code_translator: ^0.0.1
network_info_plus: ^8.1.0
network_tools_flutter: 2.0.7 # Locked due to Two Call Stacks Being "Paused on Entry" # !Web
ogp_data_extract: ^0.2.2
package_info_plus: ^10.1.0
path_provider: ^2.1.5 # !Web
permission_guard: ^2.0.1 # !Linux # !macOS
qr_flutter: ^4.1.0
quick_actions: ^1.1.0 # !Linux !macOS !Windows !Web
shared_preferences: ^2.5.5
tcp_scanner: ^2.0.5 # !Web
timelines_plus: ^2.0.0
upnp_client: ^1.0.4 # !Web
url_launcher: ^6.3.2
uuid: ^4.5.3
whois: ^1.0.0 # !Web
widgets_to_image: ^2.0.1
yaml: ^3.1.3
dev_dependencies:
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
msix: ^3.16.13
rename: ^3.1.0
flutter:
assets:
- assets/
- assets/icon/
generate: true
uses-material-design: true
flutter_launcher_icons:
image_path: assets/icon/maskable_icon_x512.png
android: true
min_sdk_android: 30
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: assets/icon/maskable_icon_x512.png
macos:
generate: true
image_path: assets/icon/maskable_icon_x512.png
ios: true
remove_alpha_ios: true
windows:
generate: true
image_path: assets/icon/icon.png
icon_size: 192
web:
generate: true
image_path: assets/icon/icon.png
background_color: "#F0F8FF"
theme_color: "#424242"
flutter_native_splash:
color: "#F0F8FF"
image: assets/icon/icon.png
branding: assets/branding.png
branding_mode: bottom
color_dark: "#F0F8FF"
image_dark: assets/icon/icon.png
branding_dark: assets/branding.png
android_gravity: center
ios_content_mode: center
web_image_mode: center
msix_config:
display_name: Bitscoper CyberKit
identity_name: 18862TeleChirkut.BitscoperCyberKit
publisher_display_name: bitscoper
publisher: CN=37755377-8C56-44E3-8D7A-0F1AD45034D2
logo_path: assets/icon/maskable_icon_x512.png
trim_logo: false
languages: en-US
execution_alias: Bitscoper_CyberKit
enable_at_startup: false
capabilities:
internetClient, internetClientServer, privateNetworkClientServer,
removableStorage, wiFiControl
architecture: x64
store: true
build_windows: true
windows_build_args: --release
debug: false
msix_version: 18.1.4.0
output_name: Bitscoper_CyberKit