-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (32 loc) · 1.1 KB
/
Copy pathpubspec.yaml
File metadata and controls
37 lines (32 loc) · 1.1 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
name: wifisignal
description: WiFi信号监测工具,适用于局域网络优化
publish_to: 'none' # 将项目标记为不发布到 pub.dev
version: 1.3.0
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2 # iOS风格的图标
wifi_iot: ^0.3.18 # 用于操作WiFi功能
network_info_plus: ^4.0.0 # 用于获取设备网络信息
connectivity_plus: ^5.0.2 # 用于检测网络连接状态
fl_chart: ^0.65.0 # 用于创建图表和数据可视化
provider: ^6.0.5 # 状态管理工具
vibration: ^1.8.3 # 控制设备振动
get_it: ^7.6.7 # 依赖注入工具
ping_discover_network_forked: ^0.0.1 # 网络Ping工具
webview_flutter: ^4.4.2 # 在应用中嵌入网页
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0 # 提供 Flutter 开发的代码规范
flutter_launcher_icons: ^0.13.1 # 图标生成工具
flutter_icons:
android: true
ios: true
image_path: "assets/icons/ic_launcher.png" # 图标文件路径
flutter:
uses-material-design: true # 启用 Material Design
assets:
- assets/icons/ # 图标资源