XuanTung95

Results 38 comments of XuanTung95

@santhoshrao519 I cannot copy and run if you paste like that because the space is wrong. Please click on `Attach files by dragging & dropping, selecting or pasting them.` and...

> [pubspec file.txt](https://github.com/Almoullim/background_location/files/8776308/pubspec.file.txt) There is no problem for this file... Because it still use the version from pub.dev ``` flutter_barcode_scanner: ^2.0.0 background_location: ^0.8.1 flutter_polyline_points: ^1.0.0 ```

> @XuanTung95 please replace background_location: git: url: https://github.com/hilalbaig/background_location.git ref: master Please send me your file with the custom git repo so I can see what's wrong with it. There is...

This file is OK too. If you got the error when running 'flutter pub get' I doubt that it's because the package conflict with the old one. Please try this...

> anyone fixed the issue, please respond Leave your email here, I will mail you.

After fixing build error, this plugin still doesn't work for me on Android. And it's not been maintained for a long time. So I used geolocator plugin instead.

It's hard coded in libvlc so you have to modify the core. But I don't know to do it.

@stuartmorgan how about method `invalidateMapIfNeeded()` keep calling `mapView.invalidate()` for the next 20 frames, this way the `Surface` will be drawn continuously for the next n frames but the marker will...

@stuartmorgan, So will you adapt this workaround and release a new version using TLHC? The current workaround is calling invalidate() after some delay frame but my workaround is calling invalidate()...

> I had the same issue and it was due to background push notifications being blocked after failing to call Callkit inside reportNewIncomingCall 2-3 times. It was failing in reportNewIncomingCall...