jithware
jithware
@renefloor how about something like: https://github.com/jithware/flutter_cache_manager/blob/develop/flutter_cache_manager/lib/src/cache_store.dart#L194-L198
Added screenshot below. Difficult to debug on Google Maps as there is no error log produced. Noticed these differences with zipinfo - archive zip uses "2.0 fat" and compresses "icons/"...
Don't think it's an issue with the format type "2.0 fat". Running the following forces to fat. Import into Google Maps is successful (though png is renamed so creates generic...
Tried using [flutter_archive](https://pub.dev/packages/flutter_archive) which successfully imports into Google Maps. ``` zipinfo out3.kmz Archive: out3.kmz Zip file size: 1325 bytes, number of entries: 3 -rw---- 2.0 fat 684 bl defN 23-Jan-31...
I would like this feature as well.
What about wrapping getLastKnownPosition with getCurrentPosition instead? Since the current position **is** the last known location in regards to web, for example: ``` Future getLastKnownPosition({ bool forceLocationManager = false, })...
Sounds good. Will merge if other folks comment on this.
This can be added. There was a merge conflict after the change in #117. The [fix](https://github.com/jithware/brethap/pull/115#issue-2872772284) will need to be modified to the new silence removed [audio files](https://github.com/jithware/brethap/tree/master/audio).
"Reopen and comment" is disabled stating "The audio-fix branch was force-pushed or recreated". Perhaps checkout new from master and add updated audio files and create a new pull request?
"Reopen pull request" is disabled stating "The audio-fix branch was force-pushed or recreated". Tried checking out pull request #115 directly ```git fetch origin pull/115/head:pull-115 && git checkout pull-115``` and there...