Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx_map_navigation
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
clx_map_navigation
Commits
78854b6c
提交
78854b6c
authored
2月 24, 2026
作者:
史晓晨
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改配置
上级
8b1c2383
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
20 行增加
和
20 行删除
+20
-20
build.gradle.kts
android/build.gradle.kts
+0
-11
.gitignore
example/android/.gitignore
+1
-0
build.gradle.kts
example/android/app/build.gradle.kts
+5
-0
pubspec.lock
example/pubspec.lock
+8
-7
pubspec.yaml
example/pubspec.yaml
+0
-1
pubspec.yaml
pubspec.yaml
+6
-1
没有找到文件。
android/build.gradle.kts
浏览文件 @
78854b6c
...
...
@@ -8,17 +8,6 @@ allprojects {
}
}
val newBuildDir: Directory = rootProject.layout.buildDirectory.dir("../../build").get()
rootProject.layout.buildDirectory.value(newBuildDir)
subprojects {
val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
project.layout.buildDirectory.value(newSubprojectBuildDir)
}
subprojects {
project.evaluationDependsOn(":app")
}
plugins {
id("com.android.library")
id("kotlin-android")
...
...
example/android/.gitignore
浏览文件 @
78854b6c
...
...
@@ -5,6 +5,7 @@ gradle-wrapper.jar
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
/app/.cxx
# Remember to never publicly share your keystore.
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
...
...
example/android/app/build.gradle.kts
浏览文件 @
78854b6c
...
...
@@ -42,3 +42,7 @@ android {
flutter {
source = "../.."
}
dependencies {
implementation("com.amap.api:navi-3dmap:9.8.3_3dmap9.8.3")
}
\ No newline at end of file
example/pubspec.lock
浏览文件 @
78854b6c
...
...
@@ -2,12 +2,13 @@
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
amap_flutter_base:
dependency:
"direct main"
dependency:
transitive
description:
name: amap_flutter_base
sha256: "9ef2439b8de7100cdd1b4357701b8ca8c059c0f2d9d0257b81750bbf0c6f53bb"
url: "https://pub.flutter-io.cn"
source: hosted
path: "."
ref: "main_f3.38"
resolved-ref: "61b2e0b5ceed844134829f01b0ba39f43a82c89e"
url: "https://t.clxkj.cn/openSourceLibrary/amap_flutter_base.git"
source: git
version: "3.0.0"
async:
dependency: transitive
...
...
@@ -171,10 +172,10 @@ packages:
dependency: transitive
description:
name: source_span
sha256: "
254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c
"
sha256: "
56a02f1f4cd1a2d96303c0144c93bd6d909eea6bee6bf5a0e0b685edbd4c47ab
"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.10.
1
"
version: "1.10.
2
"
stack_trace:
dependency: transitive
description:
...
...
example/pubspec.yaml
浏览文件 @
78854b6c
...
...
@@ -29,7 +29,6 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons
:
^1.0.2
amap_flutter_base
:
^3.0.0
dev_dependencies
:
flutter_test
:
...
...
pubspec.yaml
浏览文件 @
78854b6c
...
...
@@ -3,6 +3,8 @@ description: A new Flutter plugin project.
version
:
0.0.1
homepage
:
https://t.clxkj.cn/openSourceLibrary/clx_map_navigation.git
publish_to
:
none
environment
:
sdk
:
"
>=2.17.6
<3.0.0"
flutter
:
"
>=2.5.0"
...
...
@@ -11,7 +13,10 @@ dependencies:
flutter
:
sdk
:
flutter
plugin_platform_interface
:
^2.1.8
amap_flutter_base
:
^3.0.0
amap_flutter_base
:
git
:
url
:
https://t.clxkj.cn/openSourceLibrary/amap_flutter_base.git
ref
:
main_f3.38
stream_transform
:
^2.0.0
dev_dependencies
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论