Open sencode opened 4 years ago
Documenting a comment from @avi33tbtt on Slack:
https://covn.slack.com/archives/C0108L27CA3/p1595012568012900 Avinash Kumar I think this will help to move geofencing from cloud to local device, and in that case we do not need to take user's location data 24*7 and it will be easier to make it also work offline async when network is missing. @kshitijsu is exploring the possibility. https://pub.dev/packages/geofencing/example , more details https://backendless.com/docs/flutter/geo_geofencing_api_flutter.html
@Senthil Nachimuthu this is great. comment from @Debjyoti "Yes, if the objective is to not do all of the geofencing related things in the cloud, then this is the way to go"
Documenting comment from @avi33tbtt on Slack:
Avinash Kumar: this one i had shared earlier. work for both web and mobile - https://leafletjs.com/ & https://pub.dev/packages/flutter_map leafletjs.comleafletjs.com Leaflet — an open-source JavaScript library for interactive maps Leaflet is a modern, lightweight open-source JavaScript library for mobile-friendly interactive maps.
Dart packagesDart packages flutter_map | Flutter Package A Dart implementation of Leaflet for Flutter apps
Senthil Nachimuthu: this is great. they both comply with our licenses do they have a plugin for Vue.js or is it easy to integrate their Javascript in Vue.js?
Avinash Kumar: easy to integrate and i have seen it being used on one indian govt. website also (unable to recall the link)
Currently geolocation tracking works when the app is running in the foreground or background.
It is preferable to have the geolocation tracking run even when the app is closed on both Android and iOS.
If the patient leaves the geofence, can the app notify the server API even when the app is closed?
If the patient leaves the geofence, can the app notify the user even when the app is closed?