12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- name: plugin_basic
- description: 基础包,原生的封装控件,扩展控件,自定义控件等。
- version: 1.0.0
- environment:
- sdk: '>=3.0.2 <4.0.0'
- dependencies:
- flutter_localizations:
- sdk: flutter
- flutter:
- sdk: flutter
- cupertino_icons: ^1.0.2
- shared:
- path: ../cs_shared
- router:
- path: ../cs_router
- widgets:
- path: ../cs_widgets
- cs_resources:
- path: ../cs_resources
- domain:
- path: ../cs_domain
- plugin_platform:
- path: ../cs_plugin_platform
- # Flutter 架构框架 https://github.com/jonataslaw/getx
- get: 4.6.5
- # package_info 应用相关信息
- package_info_plus: 4.1.0
- # 获取当前设备信息 https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
- device_info_plus: 10.0.1
- # 跳转应用处理 https://github.com/flutter/plugins/tree/master_archive/packages/url_launcher/url_launcher
- # 例如:拨打电话,发送短信,发送邮件,跳转Whatsapp,打开本地文件等操作
- url_launcher: 6.1.10
- # 分享 https://plus.fluttercommunity.dev/docs/share_plus/usage
- share_plus: 7.1.0
- flutter:
- uses-material-design: true
|