Home > other >  How to save image image with current location and some infos in FLutter
How to save image image with current location and some infos in FLutter

Time:10-17

I want to save image taken in app with some information as current location(latitude, longtitude),around places(restaurant or something nearest place) ,some variables .this photo wil be shown in application in other page.At the moment i am saving image with rename file and get all infos from file name.Have any other method to save infos with image

AT the moment I am saving image as /data/user/0/com.example.tflite_image_classification/cache/latidude@[email protected]

Can anyone have other stategy for save share please

CodePudding user response:

One thing you can do is :

get the IP address and get information from the IP Address .

enter image description here

CodePudding user response:

If you are using the google map package, there is a method exists in the instance which is called takeSnapShot.

ex: mapController.takeSnapShot();

  • Related