Skip to content

opiasdream/background-geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter background geo-location with FastAPI

requirements

for python

  • FastAPI
  • geopy

for fluter

  • look pupspec.yaml files

installation

local_api

% cd local_api
% uvicorn main:app --reload

or

% cd local_api
% uvicorn main:app  --reload --host 127.0.0.1 --port 8000

mobile_app

you can run main.dart on android or ios emulator.

switch to another terminal and then..

live_tracker_app

to avoid errors in cors operations:

% cd live_tracker_app 
% dart pub global activate flutter_cors 
% fluttercors --disable

you can run main.dart on web.

screenshots

live tracker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published