-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
126 lines (118 loc) · 3.57 KB
/
pubspec.yaml
File metadata and controls
126 lines (118 loc) · 3.57 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
# 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.1+35
environment:
sdk: ">=3.11.3" # Flutter 3.41.5
dependencies:
async: any
b: null
connectivity_plus: 7.0.0 # Locked for macOS & iOS Compatibility
crypto: null
cvss_vulnerability_scoring: null
dart_ping_ios: null # Extends dart_ping for iOS
dart_ping: null # !Web
device_info_plus: null
dnsolve: null # !macOS
dynamic_color: null # !iOS !Web
file_picker: ^11.0.2 # Downgraded Once Automatically
file_saver: null
flutter:
sdk: flutter
flutter_blue_plus: null
flutter_colorpicker: null
flutter_local_notifications: null # !Web
flutter_localizations:
sdk: flutter
flutter_native_splash: null # !Linux !maxOS !Windows
flutter_riverpod: null
flutter_staggered_grid_view: null
flutter_traceroute:
git:
url: https://github.com/Koizeay/flutter_traceroute.git # !Linux !macOS !Windows !Web
google_fonts: null
html: null
http: null
intl: any
morse_code_translator: null
network_info_plus: null
network_tools_flutter: 2.0.7 # Locked due to Two Call Stacks Being "Paused on Entry" # !Web
ogp_data_extract: null
package_info_plus: null
path_provider: null # !Web
permission_guard: null # !Linux # !macOS
qr_flutter: null
quick_actions: null # !Linux !macOS !Windows !Web
shared_preferences: null
tcp_scanner: null # !Web
timelines_plus: null
upnp_client: null # !Web
url_launcher: null
uuid: null
whois: null # !Web
widgets_to_image: null
yaml: null
dev_dependencies:
dashmon: null
flutter_launcher_icons: null
flutter_lints: null
msix: null
rename: null
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 --obfuscate --split-debug-info=./build/Debug_Symbols/Windows/
debug: false
msix_version: 18.1.1.0
output_name: Bitscoper_CyberKit