app scaffold
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: core_webview
|
||||
description: H5 容器。域名白名单、JSBridge、WebView 会话管理。
|
||||
publish_to: none
|
||||
version: 0.1.0
|
||||
resolution: workspace
|
||||
|
||||
# core_webview → core_auth 是 01 允许的三条 core 间依赖之一(bridge 要读会话上下文)。
|
||||
# 「用 target 换真实 URL」的接口调用**不在本包**——那需要 core_network,不是允许的边。
|
||||
# 换票由调用方(feature)完成后把 URL 传进来,本包只负责校验和承载。
|
||||
environment:
|
||||
sdk: ^3.12.0
|
||||
|
||||
dependencies:
|
||||
core_auth: ^0.1.0
|
||||
core_foundation: ^0.1.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_riverpod: ^3.3.2
|
||||
webview_flutter: ^4.14.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^6.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
Reference in New Issue
Block a user