amap_map_fluttify

This commit is contained in:
yangjie 2024-11-17 19:58:12 +08:00
parent 1c9b68b359
commit 1dcbe854bd
3 changed files with 69 additions and 47 deletions

View File

@ -17,16 +17,20 @@ packages:
amap_core_fluttify:
dependency: transitive
description:
path: "../../amap_core_fluttify"
relative: true
source: path
path: "."
ref: master
resolved-ref: e7b0936f9c1ef5abe3703144ac6be6fc8bb917e9
url: "http://gitea.cquni.com/yangjie/amap_core_fluttify.git"
source: git
version: "0.17.0"
amap_location_fluttify:
dependency: transitive
description:
path: "../../amap_location_fluttify"
relative: true
source: path
path: "."
ref: master
resolved-ref: "991d6a514973652fe891dafa4710ab08f8402547"
url: "http://gitea.cquni.com/yangjie/amap_location_fluttify.git"
source: git
version: "0.22.0"
amap_map_fluttify:
dependency: "direct dev"
@ -38,9 +42,11 @@ packages:
amap_search_fluttify:
dependency: transitive
description:
path: "../../amap_search_fluttify"
relative: true
source: path
path: "."
ref: master
resolved-ref: "9d4ce03046840e82a11f7f0fa105f8893fc9fc3f"
url: "http://gitea.cquni.com/yangjie/amap_search_fluttify.git"
source: git
version: "0.18.0"
analyzer:
dependency: transitive
@ -149,9 +155,11 @@ packages:
core_location_fluttify:
dependency: transitive
description:
path: "../../core_location_fluttify"
relative: true
source: path
path: "."
ref: master
resolved-ref: addb51459c2f199d49bd26cf8952b9aa868201aa
url: "http://gitea.cquni.com/yangjie/core_location_fluttify.git"
source: git
version: "0.7.1"
coverage:
dependency: transitive
@ -288,9 +296,11 @@ packages:
foundation_fluttify:
dependency: transitive
description:
path: "../../foundation_fluttify"
relative: true
source: path
path: "."
ref: master
resolved-ref: "7d68ed0f6cd7b99f88e826de11634412cb6baf67"
url: "http://gitea.cquni.com/yangjie/foundation_fluttify.git"
source: git
version: "0.13.0+1"
frontend_server_client:
dependency: transitive
@ -916,9 +926,11 @@ packages:
uni_map_platform_interface:
dependency: transitive
description:
path: "../../uni_map_platform_interface"
relative: true
source: path
path: "."
ref: master
resolved-ref: e795f8a1546d0184e383bbd9b936c707556b1555
url: "http://gitea.cquni.com/yangjie/uni_map_platform_interface.git"
source: git
version: "0.7.0-rc.0"
url_launcher:
dependency: transitive

View File

@ -4,23 +4,29 @@ packages:
amap_core_fluttify:
dependency: "direct main"
description:
path: "D:\\FlutterProjects\\amap_core_fluttify"
relative: false
source: path
path: "."
ref: master
resolved-ref: e7b0936f9c1ef5abe3703144ac6be6fc8bb917e9
url: "http://gitea.cquni.com/yangjie/amap_core_fluttify.git"
source: git
version: "0.17.0"
amap_location_fluttify:
dependency: "direct main"
description:
path: "D:\\FlutterProjects\\amap_location_fluttify"
relative: false
source: path
path: "."
ref: master
resolved-ref: "991d6a514973652fe891dafa4710ab08f8402547"
url: "http://gitea.cquni.com/yangjie/amap_location_fluttify.git"
source: git
version: "0.22.0"
amap_search_fluttify:
dependency: "direct main"
description:
path: "D:\\FlutterProjects\\amap_search_fluttify"
relative: false
source: path
path: "."
ref: master
resolved-ref: "9d4ce03046840e82a11f7f0fa105f8893fc9fc3f"
url: "http://gitea.cquni.com/yangjie/amap_search_fluttify.git"
source: git
version: "0.18.0"
async:
dependency: transitive
@ -65,9 +71,11 @@ packages:
core_location_fluttify:
dependency: "direct main"
description:
path: "D:\\FlutterProjects\\core_location_fluttify"
relative: false
source: path
path: "."
ref: master
resolved-ref: addb51459c2f199d49bd26cf8952b9aa868201aa
url: "http://gitea.cquni.com/yangjie/core_location_fluttify.git"
source: git
version: "0.7.1"
fake_async:
dependency: transitive
@ -103,8 +111,8 @@ packages:
foundation_fluttify:
dependency: "direct main"
description:
path: "D:\\FlutterProjects\\foundation_fluttify"
relative: false
path: "../foundation_fluttify"
relative: true
source: path
version: "0.13.0+1"
leak_tracker:
@ -235,9 +243,11 @@ packages:
uni_map_platform_interface:
dependency: "direct main"
description:
path: "D:\\FlutterProjects\\uni_map_platform_interface"
relative: false
source: path
path: "."
ref: master
resolved-ref: e795f8a1546d0184e383bbd9b936c707556b1555
url: "http://gitea.cquni.com/yangjie/uni_map_platform_interface.git"
source: git
version: "0.7.0-rc.0"
url_launcher:
dependency: "direct main"

View File

@ -14,23 +14,23 @@ dependencies:
uni_map_platform_interface:
git:
url: http://gitea.cquni.com/yangjie/uni_map_platform_interface.git
ref: master
ref: master
foundation_fluttify:
git:
url: http://gitea.cquni.com/yangjie/foundation_fluttify.git
ref: master
url: http://gitea.cquni.com/yangjie/foundation_fluttify.git
ref: master
core_location_fluttify:
git:
url: http://gitea.cquni.com/yangjie/core_location_fluttify.git
ref: master
git:
url: http://gitea.cquni.com/yangjie/core_location_fluttify.git
ref: master
amap_core_fluttify:
git:
url: http://gitea.cquni.com/yangjie/amap_core_fluttify.git
ref: master
git:
url: http://gitea.cquni.com/yangjie/amap_core_fluttify.git
ref: master
amap_search_fluttify:
git:
url: http://gitea.cquni.com/yangjie/amap_search_fluttify.git
ref: master
git:
url: http://gitea.cquni.com/yangjie/amap_search_fluttify.git
ref: master
amap_location_fluttify:
git:
url: http://gitea.cquni.com/yangjie/amap_location_fluttify.git