提交 ad3d3056 authored 作者: 袁静春's avatar 袁静春

提交:修改配置;

上级 2d78d6d7
...@@ -82,8 +82,4 @@ flutter: ...@@ -82,8 +82,4 @@ flutter:
# weight: 700 # weight: 700
# #
# For details regarding fonts from package dependencies, # For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages # see https://flutter.dev/custom-fonts/#from-packages
module: \ No newline at end of file
androidX: true
androidPackage: com.clx.driver_flutter
iosBundleIdentifier: com.clx.driverFlutter
\ No newline at end of file
name: clx_map_navigation name: clx_map_navigation
description: A new Flutter plugin project. description: A new Flutter plugin project.
version: 1.0.0 version: 0.0.1
homepage: https://t.clxkj.cn/openSourceLibrary/clx_map_navigation.git homepage: https://t.clxkj.cn/openSourceLibrary/clx_map_navigation.git
environment: environment:
...@@ -36,7 +36,38 @@ flutter: ...@@ -36,7 +36,38 @@ flutter:
plugin: plugin:
platforms: platforms:
android: android:
package: com.clx.clx_map_navigation package: com.clx.navigation.clx_map_navigation
pluginClass: ClxMapNavigationPlugin pluginClass: ClxMapNavigationPlugin
ios: ios:
pluginClass: ClxMapNavigationPlugin pluginClass: ClxMapNavigationPlugin
# 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.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/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.dev/custom-fonts/#from-packages
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论