From 5b5c848daa011e69a89f3c73baf7b91c5324c60f Mon Sep 17 00:00:00 2001 From: MatthaiosSait Date: Wed, 15 Nov 2023 15:01:40 +0100 Subject: [PATCH] Change to the new repository --- README.md | 6 +++--- arcgis_map/example/README.md | 4 ++-- arcgis_map/example/pubspec.lock | 12 ++++++------ arcgis_map/example/pubspec.yaml | 12 ++++++------ arcgis_map/pubspec.lock | 10 +++++----- arcgis_map/pubspec.yaml | 10 +++++----- arcgis_map_android/pubspec.lock | 4 ++-- arcgis_map_android/pubspec.yaml | 4 ++-- arcgis_map_ios/pubspec.lock | 4 ++-- arcgis_map_ios/pubspec.yaml | 4 ++-- arcgis_map_method_channel/pubspec.lock | 2 +- arcgis_map_method_channel/pubspec.yaml | 2 +- arcgis_map_web/pubspec.lock | 2 +- arcgis_map_web/pubspec.yaml | 2 +- 14 files changed, 39 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index a802fa370..aedfbbd10 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ In your app's pubspec.yaml dependencies, add: ``` arcgis_map: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map ref: main arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: main arcgis_map_web: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_web ref: main ``` diff --git a/arcgis_map/example/README.md b/arcgis_map/example/README.md index fe8f61477..cab8bcd5f 100644 --- a/arcgis_map/example/README.md +++ b/arcgis_map/example/README.md @@ -9,12 +9,12 @@ In your app's pubspec.yaml dependencies, add e.g. for web: ``` arcgis_map: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map ref: main arcgis_map_web: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_web ref: main ``` diff --git a/arcgis_map/example/pubspec.lock b/arcgis_map/example/pubspec.lock index 48b1d4dd4..b4423e2a0 100644 --- a/arcgis_map/example/pubspec.lock +++ b/arcgis_map/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: arcgis_map ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_android: @@ -16,7 +16,7 @@ packages: path: arcgis_map_android ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_ios: @@ -25,7 +25,7 @@ packages: path: arcgis_map_ios ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_method_channel: @@ -34,7 +34,7 @@ packages: path: arcgis_map_method_channel ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_platform_interface: @@ -43,7 +43,7 @@ packages: path: arcgis_map_platform_interface ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_web: @@ -52,7 +52,7 @@ packages: path: arcgis_map_web ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" async: diff --git a/arcgis_map/example/pubspec.yaml b/arcgis_map/example/pubspec.yaml index 12b9bb019..68c37fa1e 100644 --- a/arcgis_map/example/pubspec.yaml +++ b/arcgis_map/example/pubspec.yaml @@ -11,32 +11,32 @@ environment: dependencies: arcgis_map: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map ref: v0.7.3 arcgis_map_android: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_android ref: v0.7.3 arcgis_map_ios: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_ios ref: v0.7.3 arcgis_map_method_channel: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_method_channel ref: v0.7.3 arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: v0.7.3 arcgis_map_web: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_web ref: v0.7.3 diff --git a/arcgis_map/pubspec.lock b/arcgis_map/pubspec.lock index a9738638f..117e3a538 100644 --- a/arcgis_map/pubspec.lock +++ b/arcgis_map/pubspec.lock @@ -7,7 +7,7 @@ packages: path: arcgis_map_android ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_ios: @@ -16,7 +16,7 @@ packages: path: arcgis_map_ios ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_method_channel: @@ -25,7 +25,7 @@ packages: path: arcgis_map_method_channel ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_platform_interface: @@ -34,7 +34,7 @@ packages: path: arcgis_map_platform_interface ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_web: @@ -43,7 +43,7 @@ packages: path: arcgis_map_web ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" async: diff --git a/arcgis_map/pubspec.yaml b/arcgis_map/pubspec.yaml index 0d55a5915..bca1f3646 100644 --- a/arcgis_map/pubspec.yaml +++ b/arcgis_map/pubspec.yaml @@ -10,27 +10,27 @@ environment: dependencies: arcgis_map_android: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_android ref: v0.7.3 arcgis_map_ios: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_ios ref: v0.7.3 arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: v0.7.3 arcgis_map_method_channel: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_method_channel ref: v0.7.3 arcgis_map_web: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_web ref: v0.7.3 flutter: diff --git a/arcgis_map_android/pubspec.lock b/arcgis_map_android/pubspec.lock index 3e7ff6614..426b7b91b 100644 --- a/arcgis_map_android/pubspec.lock +++ b/arcgis_map_android/pubspec.lock @@ -7,7 +7,7 @@ packages: path: arcgis_map_method_channel ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_platform_interface: @@ -16,7 +16,7 @@ packages: path: arcgis_map_platform_interface ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" characters: diff --git a/arcgis_map_android/pubspec.yaml b/arcgis_map_android/pubspec.yaml index a5d3bf932..dbb0830e3 100644 --- a/arcgis_map_android/pubspec.yaml +++ b/arcgis_map_android/pubspec.yaml @@ -10,12 +10,12 @@ environment: dependencies: arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: v0.7.3 arcgis_map_method_channel: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_method_channel ref: v0.7.3 diff --git a/arcgis_map_ios/pubspec.lock b/arcgis_map_ios/pubspec.lock index 178e67ab8..7eaaa1061 100644 --- a/arcgis_map_ios/pubspec.lock +++ b/arcgis_map_ios/pubspec.lock @@ -7,7 +7,7 @@ packages: path: arcgis_map_method_channel ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" arcgis_map_platform_interface: @@ -16,7 +16,7 @@ packages: path: arcgis_map_platform_interface ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" characters: diff --git a/arcgis_map_ios/pubspec.yaml b/arcgis_map_ios/pubspec.yaml index 73559ddfc..1485c9404 100644 --- a/arcgis_map_ios/pubspec.yaml +++ b/arcgis_map_ios/pubspec.yaml @@ -10,12 +10,12 @@ environment: dependencies: arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: v0.7.3 arcgis_map_method_channel: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_method_channel ref: v0.7.3 diff --git a/arcgis_map_method_channel/pubspec.lock b/arcgis_map_method_channel/pubspec.lock index 72316acd8..79beca89e 100644 --- a/arcgis_map_method_channel/pubspec.lock +++ b/arcgis_map_method_channel/pubspec.lock @@ -7,7 +7,7 @@ packages: path: arcgis_map_platform_interface ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" characters: diff --git a/arcgis_map_method_channel/pubspec.yaml b/arcgis_map_method_channel/pubspec.yaml index 669f3c7a4..c45d88ead 100644 --- a/arcgis_map_method_channel/pubspec.yaml +++ b/arcgis_map_method_channel/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: v0.7.3 diff --git a/arcgis_map_web/pubspec.lock b/arcgis_map_web/pubspec.lock index c30862fa6..b8c6abfea 100644 --- a/arcgis_map_web/pubspec.lock +++ b/arcgis_map_web/pubspec.lock @@ -7,7 +7,7 @@ packages: path: arcgis_map_platform_interface ref: "v0.7.3" resolved-ref: "4a6d5ba103a5b02de7dae14b10ad2b1fd66be6fa" - url: "git@github.com:phntmxyz/arcgis_map.git" + url: "git@github.com:fluttercommunity/arcgis_map.git" source: git version: "0.7.3" async: diff --git a/arcgis_map_web/pubspec.yaml b/arcgis_map_web/pubspec.yaml index a4bf84278..0681371bc 100644 --- a/arcgis_map_web/pubspec.yaml +++ b/arcgis_map_web/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: arcgis_map_platform_interface: git: - url: git@github.com:phntmxyz/arcgis_map.git + url: git@github.com:fluttercommunity/arcgis_map.git path: arcgis_map_platform_interface ref: v0.7.3 async: ^2.9.0