鸿蒙端提交

This commit is contained in:
Developer
2026-06-06 06:54:22 +08:00
parent bc7cb075c5
commit e119c84868
32 changed files with 357 additions and 201 deletions

View File

@@ -85,6 +85,7 @@ dependencies:
# --- 权限 ---
permission_handler: # v12.0.1 | 运行时权限请求(本地化-鸿蒙适配)
path: packages/permission_handler
app_tracking_transparency: ^2.0.6 # iOS App Tracking Transparency授权(鸿蒙端不调用,仅保证编译通过)
# --- 本地通知 ---
flutter_local_notifications: # v21.0.0 | 本地推送通知(本地化-鸿蒙适配)
@@ -281,7 +282,8 @@ dependencies:
path: packages/wifi_iot
nearby_service: # v0.2.1 | 近场设备发现+通信(本地化-鸿蒙适配)
path: packages/nearby_service
nearby_connections: ^4.1.1 # Google Nearby Connections(蓝牙发现+Wi-Fi Direct传输,仅Android/iOS)
nearby_connections: # v4.1.1 | Google Nearby Connections(本地化-鸿蒙适配,仅Android/iOS)
path: packages/nearby_connections
flutter_localizations:
sdk: flutter # Flutter国际化支持
@@ -413,6 +415,10 @@ dependency_overrides:
path: packages/workmanager_ohos
home_widget:
path: packages/home_widget
nearby_service:
path: packages/nearby_service
nearby_connections:
path: packages/nearby_connections
# ============================================================
# Flutter 配置