Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx_map_navigation
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
clx_map_navigation
Commits
73a3ae1c
提交
73a3ae1c
authored
11月 03, 2025
作者:
史晓晨
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:升级SDK 9.8.1
(cherry picked from commit
57d74b63
)
上级
9de934db
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
123 行增加
和
42 行删除
+123
-42
build.gradle
android/build.gradle
+1
-1
build.gradle
example/android/app/build.gradle
+22
-1
build.gradle
example/android/build.gradle
+1
-1
AppFrameworkInfo.plist
example/ios/Flutter/AppFrameworkInfo.plist
+1
-1
Podfile
example/ios/Podfile
+1
-1
Podfile.lock
example/ios/Podfile.lock
+10
-10
project.pbxproj
example/ios/Runner.xcodeproj/project.pbxproj
+8
-5
Runner.xcscheme
...s/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+1
-1
Info.plist
example/ios/Runner/Info.plist
+2
-0
pubspec.lock
example/pubspec.lock
+75
-20
clx_map_navigation.podspec
ios/clx_map_navigation.podspec
+1
-1
没有找到文件。
android/build.gradle
浏览文件 @
73a3ae1c
...
...
@@ -47,5 +47,5 @@ android {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compileOnly
'com.amap.api:navi-3dmap:9.
5.0_3dmap9.5.0
'
compileOnly
'com.amap.api:navi-3dmap:9.
8.3_3dmap9.8.3
'
}
example/android/app/build.gradle
浏览文件 @
73a3ae1c
...
...
@@ -21,6 +21,14 @@ if (flutterVersionName == null) {
flutterVersionName
=
'1.0'
}
def
keystoreProperties
=
new
Properties
()
def
keyPropertiesFile
=
rootProject
.
file
(
'app/key.properties'
)
if
(
keyPropertiesFile
.
exists
())
{
keyPropertiesFile
.
withReader
(
'UTF-8'
)
{
reader
->
keystoreProperties
.
load
(
reader
)
}
}
apply
plugin:
'com.android.application'
apply
plugin:
'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
...
...
@@ -42,9 +50,18 @@ android {
main
.
java
.
srcDirs
+=
'src/main/kotlin'
}
signingConfigs
{
release
{
keyAlias
keystoreProperties
[
'keyAlias'
]
keyPassword
keystoreProperties
[
'keyPassword'
]
storeFile
file
(
keystoreProperties
[
'storeFile'
])
storePassword
keystoreProperties
[
'storePassword'
]
}
}
defaultConfig
{
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"com.clx.
navigation.clx_map_navigation_example
"
applicationId
"com.clx.
carrier_driver
"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion
flutter
.
minSdkVersion
...
...
@@ -54,6 +71,9 @@ android {
}
buildTypes
{
debug
{
signingConfig
signingConfigs
.
release
}
release
{
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
...
...
@@ -68,4 +88,5 @@ flutter {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
'com.amap.api:navi-3dmap:9.5.0_3dmap9.5.0'
}
example/android/build.gradle
浏览文件 @
73a3ae1c
...
...
@@ -26,6 +26,6 @@ subprojects {
project
.
evaluationDependsOn
(
':app'
)
}
task
clean
(
type:
Delete
)
{
task
s
.
register
(
"clean"
,
Delete
)
{
delete
rootProject
.
buildDir
}
example/ios/Flutter/AppFrameworkInfo.plist
浏览文件 @
73a3ae1c
...
...
@@ -21,6 +21,6 @@
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
k
e
y
>
MinimumOSVersion
<
/k
e
y
>
<
string
>
1
1
.0
<
/string
>
<
string
>
1
2
.0
<
/string
>
<
/
d
i
c
t
>
<
/plist
>
example/ios/Podfile
浏览文件 @
73a3ae1c
# Uncomment this line to define a global platform for your project
# platform :ios, '1
1
.0'
# platform :ios, '1
2
.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV
[
'COCOAPODS_DISABLE_STATS'
]
=
'true'
...
...
example/ios/Podfile.lock
浏览文件 @
73a3ae1c
PODS:
- AMapFoundation (1.8.
0
)
- AMapNavi (9.
5.0
):
- AMapFoundation (>= 1.8.
0
)
- AMapFoundation (1.8.
2
)
- AMapNavi (9.
8.1
):
- AMapFoundation (>= 1.8.
2
)
- clx_map_navigation (0.0.1):
- AMapNavi
- AMapNavi
(= 9.8.1)
- Flutter
- Flutter (1.0.0)
...
...
@@ -23,11 +23,11 @@ EXTERNAL SOURCES:
:path: Flutter
SPEC CHECKSUMS:
AMapFoundation:
f48153f724114b58da9b01875ab88a1f6856e3db
AMapNavi:
04727c06ec51fc4d7c57d83e2542da81b32f2f59
clx_map_navigation:
b73614901161608d76ebfe6ec266773bdfe00b26
Flutter:
f04841e97a9d0b0a8025694d0796dd46242b2854
AMapFoundation:
9885c48fc3a78fdfb84a0299a2293e56ea3c9fec
AMapNavi:
1cd0545b517f7ded1aced75b7f86c81581aea1bc
clx_map_navigation:
04c403b7da4a68e020be0766a86959d2700a0935
Flutter:
e0871f40cf51350855a761d2e70bf5af5b9b5de7
PODFILE CHECKSUM:
663715e941f9adb426e33bf9376914006f9ea95b
PODFILE CHECKSUM:
1a782344d33c12ced0182eeab11e8668d253eb48
COCOAPODS: 1.1
1.3
COCOAPODS: 1.1
6.2
example/ios/Runner.xcodeproj/project.pbxproj
浏览文件 @
73a3ae1c
...
...
@@ -3,7 +3,7 @@
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
5
1
;
objectVersion
=
5
4
;
objects
=
{
/* Begin PBXBuildFile section */
...
...
@@ -166,7 +166,7 @@
97C146E61CF9000F007C117D
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastUpgradeCheck
=
1
30
0
;
LastUpgradeCheck
=
1
51
0
;
ORGANIZATIONNAME
=
""
;
TargetAttributes
=
{
97C146ED1CF9000F007C117D
=
{
...
...
@@ -209,10 +209,12 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608
/* Thin Binary */
=
{
isa
=
PBXShellScriptBuildPhase
;
alwaysOutOfDate
=
1
;
buildActionMask
=
2147483647
;
files
=
(
);
inputPaths
=
(
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}"
,
);
name
=
"Thin Binary"
;
outputPaths
=
(
...
...
@@ -262,6 +264,7 @@
};
9740EEB61CF901F6004384FC
/* Run Script */
=
{
isa
=
PBXShellScriptBuildPhase
;
alwaysOutOfDate
=
1
;
buildActionMask
=
2147483647
;
files
=
(
);
...
...
@@ -350,7 +353,7 @@
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
GCC_WARN_UNUSED_FUNCTION
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
IPHONEOS_DEPLOYMENT_TARGET
=
1
1
.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
1
2
.0
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
SDKROOT
=
iphoneos
;
SUPPORTED_PLATFORMS
=
iphoneos
;
...
...
@@ -425,7 +428,7 @@
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
GCC_WARN_UNUSED_FUNCTION
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
IPHONEOS_DEPLOYMENT_TARGET
=
1
1
.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
1
2
.0
;
MTL_ENABLE_DEBUG_INFO
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
SDKROOT
=
iphoneos
;
...
...
@@ -474,7 +477,7 @@
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
GCC_WARN_UNUSED_FUNCTION
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
IPHONEOS_DEPLOYMENT_TARGET
=
1
1
.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
1
2
.0
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
SDKROOT
=
iphoneos
;
SUPPORTED_PLATFORMS
=
iphoneos
;
...
...
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
浏览文件 @
73a3ae1c
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1
30
0"
LastUpgradeVersion =
"1
51
0"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
...
...
example/ios/Runner/Info.plist
浏览文件 @
73a3ae1c
...
...
@@ -69,5 +69,7 @@
<
fa
ls
e
/
>
<
k
e
y
>
io.flutter.embedded_views_preview
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
UIApplicationSupportsIndirectInputEvents
<
/k
e
y
>
<
tru
e
/
>
<
/
d
i
c
t
>
<
/plist
>
example/pubspec.lock
浏览文件 @
73a3ae1c
...
...
@@ -5,6 +5,7 @@ packages:
dependency: "direct main"
description:
name: amap_flutter_base
sha256: "9ef2439b8de7100cdd1b4357701b8ca8c059c0f2d9d0257b81750bbf0c6f53bb"
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.0"
...
...
@@ -12,27 +13,31 @@ packages:
dependency: transitive
description:
name: async
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.
9
.0"
version: "2.
11
.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.
0
"
version: "2.1.
1
"
characters:
dependency: transitive
description:
name: characters
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.
2.1
"
version: "1.
3.0
"
clock:
dependency: transitive
description:
name: clock
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1.1"
...
...
@@ -47,20 +52,23 @@ packages:
dependency: transitive
description:
name: collection
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1
6
.0"
version: "1.1
8
.0"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.
5
"
version: "1.0.
8
"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.1"
...
...
@@ -73,56 +81,87 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.
1
"
version: "2.0.
3
"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
url: "https://pub.flutter-io.cn"
source: hosted
version: "10.0.0"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.1"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.1"
lints:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.
0
.1"
version: "2.
1
.1"
matcher:
dependency: transitive
description:
name: matcher
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.12.1
2
"
version: "0.12.1
6+1
"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.
1.5
"
version: "0.
8.0
"
meta:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.
8
.0"
version: "1.
11
.0"
path:
dependency: transitive
description:
name: path
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.
8.2
"
version: "1.
9.0
"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.
3
"
version: "2.1.
8
"
sky_engine:
dependency: transitive
description: flutter
...
...
@@ -132,41 +171,47 @@ packages:
dependency: transitive
description:
name: source_span
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.
9
.0"
version: "1.
10
.0"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1
0.0
"
version: "1.1
1.1
"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.
0
"
version: "2.1.
2
"
stream_transform:
dependency: transitive
description:
name: stream_transform
sha256: ad47125e588cfd37a9a7f86c7d6356dde8dfe89d071d293f80ca9e9273a33871
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.
0
"
version: "2.1.
1
"
string_scanner:
dependency: transitive
description:
name: string_scanner
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.
1.1
"
version: "1.
2.0
"
term_glyph:
dependency: transitive
description:
name: term_glyph
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.1"
...
...
@@ -174,16 +219,26 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.
4.12
"
version: "0.
6.1
"
vector_math:
dependency: transitive
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.2"
version: "2.1.4"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
url: "https://pub.flutter-io.cn"
source: hosted
version: "13.0.0"
sdks:
dart: ">=
2.17.6 <3
.0.0"
dart: ">=
3.2.0-0 <4
.0.0"
flutter: ">=2.5.0"
ios/clx_map_navigation.podspec
浏览文件 @
73a3ae1c
...
...
@@ -20,7 +20,7 @@ A new Flutter plugin project.
s
.
libraries
=
[
"z"
,
"c++"
]
s
.
dependency
'Flutter'
s
.
dependency
'AMapNavi'
s
.
dependency
'AMapNavi'
,
'9.8.1'
s
.
platform
=
:ios
,
'9.0'
s
.
static_framework
=
true
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论