From 143074fa921a9875b7af532ce993aeed2ec2679c Mon Sep 17 00:00:00 2001 From: bijoy Date: Mon, 3 Jul 2023 14:34:38 +0600 Subject: [PATCH] update position --- .flutter-plugins | 2 +- .flutter-plugins-dependencies | 2 +- example/lib/main.dart | 1 - .../.plugin_symlinks/path_provider_linux/AUTHORS | 0 .../.plugin_symlinks/path_provider_linux/CHANGELOG.md | 0 .../.plugin_symlinks/path_provider_linux/LICENSE | 0 .../.plugin_symlinks/path_provider_linux/README.md | 0 .../path_provider_linux/example/README.md | 0 .../example/integration_test/path_provider_test.dart | 0 .../path_provider_linux/example/lib/main.dart | 0 .../path_provider_linux/example/linux/CMakeLists.txt | 0 .../example/linux/flutter/CMakeLists.txt | 0 .../example/linux/flutter/generated_plugins.cmake | 0 .../path_provider_linux/example/linux/main.cc | 0 .../example/linux/my_application.cc | 0 .../path_provider_linux/example/linux/my_application.h | 0 .../path_provider_linux/example/pubspec.yaml | 0 .../example/test_driver/integration_test.dart | 0 .../path_provider_linux/lib/path_provider_linux.dart | 0 .../lib/src/get_application_id.dart | 0 .../lib/src/get_application_id_real.dart | 0 .../lib/src/get_application_id_stub.dart | 0 .../lib/src/path_provider_linux.dart | 0 .../.plugin_symlinks/path_provider_linux/pubspec.yaml | 0 .../test/get_application_id_test.dart | 0 .../test/path_provider_linux_test.dart | 0 .../.plugin_symlinks/url_launcher_linux/AUTHORS | 0 .../.plugin_symlinks/url_launcher_linux/CHANGELOG.md | 0 .../.plugin_symlinks/url_launcher_linux/LICENSE | 0 .../.plugin_symlinks/url_launcher_linux/README.md | 0 .../url_launcher_linux/example/README.md | 0 .../example/integration_test/url_launcher_test.dart | 0 .../url_launcher_linux/example/lib/main.dart | 0 .../url_launcher_linux/example/linux/CMakeLists.txt | 0 .../example/linux/flutter/CMakeLists.txt | 0 .../example/linux/flutter/generated_plugins.cmake | 0 .../url_launcher_linux/example/linux/main.cc | 0 .../url_launcher_linux/example/linux/my_application.cc | 0 .../url_launcher_linux/example/linux/my_application.h | 0 .../url_launcher_linux/example/pubspec.yaml | 0 .../example/test_driver/integration_test.dart | 0 .../url_launcher_linux/lib/url_launcher_linux.dart | 0 .../url_launcher_linux/linux/CMakeLists.txt | 0 .../include/url_launcher_linux/url_launcher_plugin.h | 0 .../linux/test/url_launcher_linux_test.cc | 0 .../url_launcher_linux/linux/url_launcher_plugin.cc | 0 .../linux/url_launcher_plugin_private.h | 0 .../.plugin_symlinks/url_launcher_linux/pubspec.yaml | 0 .../test/url_launcher_linux_test.dart | 0 example/pubspec.lock | 10 +++++----- lib/src/map_camera.dart | 7 ++++--- pubspec.yaml | 6 ++---- 52 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/AUTHORS delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/CHANGELOG.md delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/LICENSE delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/README.md delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/README.md delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/integration_test/path_provider_test.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/lib/main.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/CMakeLists.txt delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/flutter/CMakeLists.txt delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/flutter/generated_plugins.cmake delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/main.cc delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/my_application.cc delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/my_application.h delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/pubspec.yaml delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/test_driver/integration_test.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/path_provider_linux.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id_real.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id_stub.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/path_provider_linux.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/pubspec.yaml delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/test/get_application_id_test.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/test/path_provider_linux_test.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/AUTHORS delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/CHANGELOG.md delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/LICENSE delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/README.md delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/README.md delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/integration_test/url_launcher_test.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/lib/main.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/CMakeLists.txt delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/flutter/CMakeLists.txt delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/flutter/generated_plugins.cmake delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/main.cc delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/my_application.cc delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/my_application.h delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/pubspec.yaml delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/test_driver/integration_test.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/lib/url_launcher_linux.dart delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/CMakeLists.txt delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/include/url_launcher_linux/url_launcher_plugin.h delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/test/url_launcher_linux_test.cc delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/url_launcher_plugin.cc delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/url_launcher_plugin_private.h delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/pubspec.yaml delete mode 100644 example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/test/url_launcher_linux_test.dart diff --git a/.flutter-plugins b/.flutter-plugins index cdbd473..0f76e68 100644 --- a/.flutter-plugins +++ b/.flutter-plugins @@ -1,6 +1,6 @@ # This is a generated file; do not edit or check into version control. camera=/Users/bijoy/.pub-cache/hosted/pub.dev/camera-0.10.5+2/ -camera_android=/Users/bijoy/.pub-cache/hosted/pub.dev/camera_android-0.10.8+2/ +camera_android=/Users/bijoy/.pub-cache/hosted/pub.dev/camera_android-0.10.8+3/ camera_avfoundation=/Users/bijoy/.pub-cache/hosted/pub.dev/camera_avfoundation-0.9.13+2/ camera_web=/Users/bijoy/.pub-cache/hosted/pub.dev/camera_web-0.3.1+4/ flutter_compass=/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_compass-0.7.0/ diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index ebf0b93..ce488e2 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"camera_avfoundation","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/camera_avfoundation-0.9.13+2/","native_build":true,"dependencies":[]},{"name":"flutter_compass","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_compass-0.7.0/","native_build":true,"dependencies":[]},{"name":"geocoding_ios","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geocoding_ios-2.1.0/","native_build":true,"dependencies":[]},{"name":"geolocator_apple","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_apple-2.2.7/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"permission_handler_apple","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/permission_handler_apple-9.1.2/","native_build":true,"dependencies":[]},{"name":"url_launcher_ios","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/","native_build":true,"dependencies":[]}],"android":[{"name":"camera_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/camera_android-0.10.8+2/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_compass","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_compass-0.7.0/","native_build":true,"dependencies":[]},{"name":"flutter_plugin_android_lifecycle","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.15/","native_build":true,"dependencies":[]},{"name":"geocoding_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geocoding_android-2.1.0/","native_build":true,"dependencies":[]},{"name":"geolocator_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_android-4.1.9/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/","native_build":true,"dependencies":[]},{"name":"permission_handler_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/permission_handler_android-10.3.0/","native_build":true,"dependencies":[]},{"name":"url_launcher_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.36/","native_build":true,"dependencies":[]}],"macos":[{"name":"geolocator_apple","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_apple-2.2.7/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"url_launcher_macos","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/","native_build":false,"dependencies":[]},{"name":"url_launcher_linux","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.5/","native_build":true,"dependencies":[]}],"windows":[{"name":"geolocator_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_windows-0.1.1/","native_build":true,"dependencies":[]},{"name":"path_provider_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.7/","native_build":false,"dependencies":[]},{"name":"permission_handler_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.3/","native_build":true,"dependencies":[]},{"name":"url_launcher_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.6/","native_build":true,"dependencies":[]}],"web":[{"name":"camera_web","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/camera_web-0.3.1+4/","dependencies":[]},{"name":"geolocator_web","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_web-2.1.6/","dependencies":[]},{"name":"url_launcher_web","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.17/","dependencies":[]}]},"dependencyGraph":[{"name":"camera","dependencies":["camera_android","camera_avfoundation","camera_web","flutter_plugin_android_lifecycle"]},{"name":"camera_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"camera_avfoundation","dependencies":[]},{"name":"camera_web","dependencies":[]},{"name":"flutter_compass","dependencies":[]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"geocoding","dependencies":["geocoding_android","geocoding_ios"]},{"name":"geocoding_android","dependencies":[]},{"name":"geocoding_ios","dependencies":[]},{"name":"geolocator","dependencies":["geolocator_android","geolocator_apple","geolocator_web","geolocator_windows"]},{"name":"geolocator_android","dependencies":[]},{"name":"geolocator_apple","dependencies":[]},{"name":"geolocator_web","dependencies":[]},{"name":"geolocator_windows","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"permission_handler","dependencies":["permission_handler_android","permission_handler_apple","permission_handler_windows"]},{"name":"permission_handler_android","dependencies":[]},{"name":"permission_handler_apple","dependencies":[]},{"name":"permission_handler_windows","dependencies":[]},{"name":"url_launcher","dependencies":["url_launcher_android","url_launcher_ios","url_launcher_linux","url_launcher_macos","url_launcher_web","url_launcher_windows"]},{"name":"url_launcher_android","dependencies":[]},{"name":"url_launcher_ios","dependencies":[]},{"name":"url_launcher_linux","dependencies":[]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"url_launcher_windows","dependencies":[]}],"date_created":"2023-07-02 11:50:10.991476","version":"3.10.5"} \ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"camera_avfoundation","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/camera_avfoundation-0.9.13+2/","native_build":true,"dependencies":[]},{"name":"flutter_compass","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_compass-0.7.0/","native_build":true,"dependencies":[]},{"name":"geocoding_ios","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geocoding_ios-2.1.0/","native_build":true,"dependencies":[]},{"name":"geolocator_apple","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_apple-2.2.7/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"permission_handler_apple","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/permission_handler_apple-9.1.2/","native_build":true,"dependencies":[]},{"name":"url_launcher_ios","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/","native_build":true,"dependencies":[]}],"android":[{"name":"camera_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/camera_android-0.10.8+3/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_compass","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_compass-0.7.0/","native_build":true,"dependencies":[]},{"name":"flutter_plugin_android_lifecycle","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.15/","native_build":true,"dependencies":[]},{"name":"geocoding_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geocoding_android-2.1.0/","native_build":true,"dependencies":[]},{"name":"geolocator_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_android-4.1.9/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/","native_build":true,"dependencies":[]},{"name":"permission_handler_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/permission_handler_android-10.3.0/","native_build":true,"dependencies":[]},{"name":"url_launcher_android","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.36/","native_build":true,"dependencies":[]}],"macos":[{"name":"geolocator_apple","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_apple-2.2.7/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"url_launcher_macos","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/","native_build":false,"dependencies":[]},{"name":"url_launcher_linux","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.5/","native_build":true,"dependencies":[]}],"windows":[{"name":"geolocator_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_windows-0.1.1/","native_build":true,"dependencies":[]},{"name":"path_provider_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.7/","native_build":false,"dependencies":[]},{"name":"permission_handler_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.3/","native_build":true,"dependencies":[]},{"name":"url_launcher_windows","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.6/","native_build":true,"dependencies":[]}],"web":[{"name":"camera_web","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/camera_web-0.3.1+4/","dependencies":[]},{"name":"geolocator_web","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/geolocator_web-2.1.6/","dependencies":[]},{"name":"url_launcher_web","path":"/Users/bijoy/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.17/","dependencies":[]}]},"dependencyGraph":[{"name":"camera","dependencies":["camera_android","camera_avfoundation","camera_web","flutter_plugin_android_lifecycle"]},{"name":"camera_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"camera_avfoundation","dependencies":[]},{"name":"camera_web","dependencies":[]},{"name":"flutter_compass","dependencies":[]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"geocoding","dependencies":["geocoding_android","geocoding_ios"]},{"name":"geocoding_android","dependencies":[]},{"name":"geocoding_ios","dependencies":[]},{"name":"geolocator","dependencies":["geolocator_android","geolocator_apple","geolocator_web","geolocator_windows"]},{"name":"geolocator_android","dependencies":[]},{"name":"geolocator_apple","dependencies":[]},{"name":"geolocator_web","dependencies":[]},{"name":"geolocator_windows","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"permission_handler","dependencies":["permission_handler_android","permission_handler_apple","permission_handler_windows"]},{"name":"permission_handler_android","dependencies":[]},{"name":"permission_handler_apple","dependencies":[]},{"name":"permission_handler_windows","dependencies":[]},{"name":"url_launcher","dependencies":["url_launcher_android","url_launcher_ios","url_launcher_linux","url_launcher_macos","url_launcher_web","url_launcher_windows"]},{"name":"url_launcher_android","dependencies":[]},{"name":"url_launcher_ios","dependencies":[]},{"name":"url_launcher_linux","dependencies":[]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"url_launcher_windows","dependencies":[]}],"date_created":"2023-07-03 13:26:26.591294","version":"3.10.5"} \ No newline at end of file diff --git a/example/lib/main.dart b/example/lib/main.dart index 8e79caf..ab237ca 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -1,6 +1,5 @@ import 'package:flutter/material.dart'; import 'package:map_camera_flutter/map_camera_flutter.dart'; -import 'package:permission_handler/permission_handler.dart'; void main() async{ diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/AUTHORS b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/AUTHORS deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/CHANGELOG.md b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/CHANGELOG.md deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/LICENSE b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/LICENSE deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/README.md b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/README.md b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/integration_test/path_provider_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/integration_test/path_provider_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/lib/main.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/lib/main.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/CMakeLists.txt b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/flutter/CMakeLists.txt b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/flutter/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/flutter/generated_plugins.cmake b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/flutter/generated_plugins.cmake deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/main.cc b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/main.cc deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/my_application.cc b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/my_application.cc deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/my_application.h b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/linux/my_application.h deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/pubspec.yaml b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/pubspec.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/test_driver/integration_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/test_driver/integration_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/path_provider_linux.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/path_provider_linux.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id_real.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id_real.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id_stub.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/get_application_id_stub.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/path_provider_linux.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/lib/src/path_provider_linux.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/pubspec.yaml b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/pubspec.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/test/get_application_id_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/test/get_application_id_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/test/path_provider_linux_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/test/path_provider_linux_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/AUTHORS b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/AUTHORS deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/CHANGELOG.md b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/CHANGELOG.md deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/LICENSE b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/LICENSE deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/README.md b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/README.md b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/integration_test/url_launcher_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/integration_test/url_launcher_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/lib/main.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/lib/main.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/CMakeLists.txt b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/flutter/CMakeLists.txt b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/flutter/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/flutter/generated_plugins.cmake b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/flutter/generated_plugins.cmake deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/main.cc b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/main.cc deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/my_application.cc b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/my_application.cc deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/my_application.h b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/linux/my_application.h deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/pubspec.yaml b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/pubspec.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/test_driver/integration_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/example/test_driver/integration_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/lib/url_launcher_linux.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/lib/url_launcher_linux.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/CMakeLists.txt b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/CMakeLists.txt deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/include/url_launcher_linux/url_launcher_plugin.h b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/include/url_launcher_linux/url_launcher_plugin.h deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/test/url_launcher_linux_test.cc b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/test/url_launcher_linux_test.cc deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/url_launcher_plugin.cc b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/url_launcher_plugin.cc deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/url_launcher_plugin_private.h b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/linux/url_launcher_plugin_private.h deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/pubspec.yaml b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/pubspec.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/test/url_launcher_linux_test.dart b/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux/test/url_launcher_linux_test.dart deleted file mode 100644 index e69de29..0000000 diff --git a/example/pubspec.lock b/example/pubspec.lock index 94d5371..b88d402 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: transitive description: name: camera_android - sha256: f83e406d34f5faa80bf0f5c3beee4b4c11da94a94e9621c1bb8e312988621b4b + sha256: f43d07f9d7228ea1ca87d22e30881bd68da4b78484a1fbd1f1408b412a41cefb url: "https://pub.dev" source: hosted - version: "0.10.8+2" + version: "0.10.8+3" camera_avfoundation: dependency: transitive description: @@ -284,10 +284,10 @@ packages: dependency: transitive description: name: intl - sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91" + sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d" url: "https://pub.dev" source: hosted - version: "0.17.0" + version: "0.18.1" js: dependency: transitive description: @@ -326,7 +326,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.0.0" matcher: dependency: transitive description: diff --git a/lib/src/map_camera.dart b/lib/src/map_camera.dart index 5c9d4ca..da4a82e 100644 --- a/lib/src/map_camera.dart +++ b/lib/src/map_camera.dart @@ -117,7 +117,7 @@ class _MapCameraLocationState extends State { @override void initState() { super.initState(); - + updatePosition(context); // Initialize the camera controller _controller = CameraController( widget.camera, @@ -135,6 +135,7 @@ class _MapCameraLocationState extends State { @override void dispose() { _controller.dispose(); + // _followCurrentLocationStreamController.close(); super.dispose(); } @@ -161,7 +162,7 @@ class _MapCameraLocationState extends State { mainAxisAlignment: MainAxisAlignment.center, children: [ SizedBox( - height: 130, + height: 160, child: Row( crossAxisAlignment: CrossAxisAlignment.start, children: [ @@ -174,7 +175,7 @@ class _MapCameraLocationState extends State { borderRadius: BorderRadius.circular(8.0)), child: SizedBox( // height: 130, - width: 100, + width: 120, child: Padding( padding: const EdgeInsets.all(5.0), child: latitudeServer == null diff --git a/pubspec.yaml b/pubspec.yaml index bff46b5..d1b3b77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,5 @@ name: map_camera_flutter -description: The MapCameraLocation package provides a convenient way to capture images with location data using the device's camera. It allows you to integrate camera functionality into your Flutter applications and retrieve the captured image along with its corresponding location information. This package simplifies the process of capturing images and location data, making it easier to develop location-aware applications. -version: 0.0.1 +description: The MapCameraLocation package provides a convenient way to capture images with map and location data using the device's camera. homepage: https://github.com/Always-Bijoy/map_camera_location_flutter environment: @@ -12,10 +11,9 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.2 camera: ^0.10.3 - # google_maps_flutter: ^2.2.3 geolocator: ^9.0.2 geocoding: ^2.0.2 - intl: ^0.17.0 + intl: ^0.18.1 path_provider: ^2.0.11 flutter_map: ^5.0.0 flutter_map_location_marker: ^7.0.0