web_shell_flutter/apps/quanxue/pubspec.yaml

32 lines
705 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: quanxue
description: "全学通 — Android 平板 H5 壳应用。"
# 阻止误发布到 pub.dev。
publish_to: 'none'
# Android 应用版本号:`build-name` 对应 `versionName``build-number` 对应 `versionCode`。
version: 1.0.0+1
environment:
sdk: ^3.11.0
# 应用运行依赖。
dependencies:
flutter:
sdk: flutter
# Material 图标已覆盖主要场景;此依赖保留以兼容历史代码。
cupertino_icons: ^1.0.8
web_shell_core:
path: ../../packages/web_shell_core
dev_dependencies:
flutter_test:
sdk: flutter
# 推荐的 Flutter lint 规则集合。
flutter_lints: ^6.0.0
flutter:
# 启用 Material 图标字体。
uses-material-design: true