当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 0 Fork 3

OpenHarmony-SIG/fluttertpc_flutter_isolate
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
name: flutter_isolate
description: FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.
version: 2.0.5-pre
homepage: https://github.com/rmawatson/flutter_isolate
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.12.13"
dependencies:
flutter:
sdk: flutter
uuid: ">=3.0.3 <5.0.0"
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The androidPackage and pluginClass 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.rmawatson.flutterisolate
pluginClass: FlutterIsolatePlugin
ios:
pluginClass: FlutterIsolatePlugin
# To add assets to your plugin package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.io/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# To add custom fonts to your plugin package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.io/custom-fonts/#from-packages
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/fluttertpc_flutter_isolate.git
git@gitee.com:openharmony-sig/fluttertpc_flutter_isolate.git
openharmony-sig
fluttertpc_flutter_isolate
fluttertpc_flutter_isolate
master

搜索帮助