Dmitriy

Results 10 issues of Dmitriy

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). ### Please select affected platform(s) - [X] Android - [ ] iOS -...

**easy_localization: ^3.0.4** There is a problem, I need to know at what point the final initialization of Easy Localization will take place. Why? When I start the application, I create...

flutter_downloader 1.11.4 BUG change status when loading is complete, API 28 (android 9) I am attaching the logs ![изображение](https://github.com/fluttercommunity/flutter_downloader/assets/124057357/300f04ac-33e6-456c-bd25-ebe1d50689b4) With 100% progress, the status should be **DownloadTaskStatus.complete** On API 29-33...

bug

![изображение](https://github.com/rekabhq/background_locator/assets/124057357/361c13a0-e27e-452a-8dd0-d3f9237fb582)

flutter_osm_plugin: ^1.0.0-dev.4 The icon on the **IOS** phone is huge and an error appears in the logs. Everything is fine on **Android** phones. ``` [ERROR:flutter/runtime/dart_vm_[initializer.cc](http://initializer.cc/)(41)] Unhandled Exception: Exception: Error to...

bug
Platform:iOS

**flutter_osm_plugin 0.70.4** Symple code: ``` late MapController controller; @override void initState() { super.initState(); controller = MapController( initMapWithUserPosition: const UserTrackingOption( enableTracking: true, unFollowUser: true, ), ); WidgetsBinding.instance.addPostFrameCallback((_) => FLog.info(text: 'initState completed'));...

BoundingBox bounds = BoundingBox.fromGeoPoints(mapPoints.keys.toList()); await controller.zoomToBoundingBox(bounds, paddinInPixel: 300); The zoomToBoundingBox animation goes to my location, not my points If you disable trackMyPosition: false, then the zoomToBoundingBox animation will work correctly...

bug

After update targetSdkVersion 34 compileSdk 34 Update to distributionUrl=https://services.gradle.org/distributions/gradle-8.0-all.zip Project not compile ![image](https://github.com/Yukams/background_locator_fixed/assets/124057357/30a4b9e4-2dd2-4fa9-afc4-7f3592a5f096) ``` flutter doctor -v Flutter (Channel stable, 3.13.6, on Ubuntu 22.04.3 LTS 5.15.0-84-generic, locale ru_RU.UTF-8) • Flutter...

https://github.com/Baseflow/flutter-geolocator/issues/1220 https://github.com/flutter/flutter/issues/120766 Same problem as here in your package I am use flutter 3.7.5 i need this version of flutter When can we expect an update so that everything works...

waiting user response

``` 17:19:10.130 E [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method restartApp on channel restart) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7) #1 Restart.restartApp (package:restart_app/restart_app.dart:26:8) ``` lutter doctor ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libscela${PLATFORM}.so.6' from /etc/ld.so.preload...