加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘圣 提交于 2024-09-11 10:02 . 1.0.5
name: weight_plugin
description: A new Flutter project.
version: 1.0.5
environment:
sdk: ">=2.19.2 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
json_annotation: 4.8.1
intl: 0.17.0
device_apps: 2.2.0
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.weight_plugin.weight_plugin
pluginClass: WeightPlugin
ios:
pluginClass: WeightPlugin
assets:
- assets/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化