1 Star 0 Fork 3

xiaozn/fluttertpc_open_app_settings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
袁博文 提交于 2024-08-08 17:58 . 合入OpenHarmony适配代码
name: open_app_settings
description: A remaster plugin of app_settings. app_setting use Kotlin and Swift may cause build issue, so this plugin used Java and ObjC.
version: 2.0.1
homepage: https://github.com/mjl0602/open_app_settings
repository: https://github.com/mjl0602/open_app_settings
publish_to: https://pub.dartlang.org
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
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.oversketch.open_app_settings
pluginClass: OpenAppSettingsPlugin
ios:
pluginClass: OpenAppSettingsPlugin
ohos:
pluginClass: OpenAppSettingsPlugin
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/znxiao/fluttertpc_open_app_settings.git
git@gitee.com:znxiao/fluttertpc_open_app_settings.git
znxiao
fluttertpc_open_app_settings
fluttertpc_open_app_settings
master

搜索帮助