background_locator_fixed icon indicating copy to clipboard operation
background_locator_fixed copied to clipboard

App freeze when launch after killing it

Open DmitriySimonov opened this issue 1 year ago • 4 comments

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 stably for the new flutter?

use:

 background_locator_2:
   git:
     url: https://github.com/tulioccalazans/background_locator_fixed.git
     ref: master

DmitriySimonov avatar Feb 28 '23 13:02 DmitriySimonov

Hi, does this version work for you 2.0.6 ?

Yukams avatar Mar 08 '23 14:03 Yukams

I'll try it soon and let you know the result

DmitriySimonov avatar Mar 09 '23 06:03 DmitriySimonov

I think v2.0.6 (latest version) fix this issue.

Otherwise, check the logcat for the displayed error and send it as a response to this issue.

tulioccalazans avatar May 04 '23 14:05 tulioccalazans

It turned out that the problem was in the library safe_device: ^1.1.4

If you remove the safe_device: ^1.1.4 library, then everything works fine.

These libraries work well!

geolocator: ^9.0.2 background_locator_2: ^2.0.6

Flutter 3.10.5 Dart 3.0.5 • DevTools 2.23.1

DmitriySimonov avatar Jun 29 '23 11:06 DmitriySimonov