69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
name: funymee_ai
|
||
description: "FunyMee AI Application."
|
||
publish_to: 'none'
|
||
|
||
version: 1.0.14+14
|
||
|
||
environment:
|
||
sdk: ^3.11.1
|
||
|
||
dependencies:
|
||
flutter:
|
||
sdk: flutter
|
||
cupertino_icons: ^1.0.8
|
||
client_proxy_framework:
|
||
path: ../client_proxy_framework
|
||
http: ^1.2.2
|
||
encrypt: ^5.0.3
|
||
crypto: ^3.0.3
|
||
logger: ^2.0.2
|
||
shared_preferences: ^2.2.2
|
||
android_id: ^0.5.1
|
||
device_info_plus: ^11.1.0
|
||
image_picker: ^1.1.2
|
||
cached_network_image: ^3.4.1
|
||
flutter_cache_manager: ^3.4.1
|
||
video_player: ^2.9.2
|
||
intl: ^0.20.2
|
||
google_fonts: ^6.2.1
|
||
package_info_plus: ^8.1.2
|
||
webview_flutter: ^4.13.1
|
||
gal: ^2.3.2
|
||
screen_secure: ^1.0.3
|
||
|
||
# path_provider_android 2.3.0 在 Release 下会 ClassNotFoundException: io.flutter.util.PathUtils(JNI)。
|
||
# 2.3.1+ 已移除对 PathUtils 的依赖;见 https://pub.dev/packages/path_provider_android/changelog
|
||
dependency_overrides:
|
||
path_provider_android: ^2.3.1
|
||
|
||
dev_dependencies:
|
||
flutter_test:
|
||
sdk: flutter
|
||
flutter_lints: ^6.0.0
|
||
flutter_launcher_icons: ^0.14.4
|
||
|
||
flutter_launcher_icons:
|
||
image_path: assets/images/logo.png
|
||
remove_alpha_ios: true
|
||
android: true
|
||
ios: true
|
||
macos:
|
||
generate: true
|
||
web:
|
||
generate: true
|
||
windows:
|
||
generate: true
|
||
# 与 logo 暖黄背景一致,用于 Android 自适应图标底色
|
||
adaptive_icon_background: "#FFCC33"
|
||
adaptive_icon_foreground: assets/images/logo.png
|
||
|
||
flutter:
|
||
uses-material-design: true
|
||
assets:
|
||
- assets/skin_config.json
|
||
- assets/images/
|
||
fonts:
|
||
- family: BonheurRoyale
|
||
fonts:
|
||
- asset: assets/fonts/BonheurRoyale-Regular.ttf
|