CloudWalkGps is an example project to demonstrate how to create a user location application using modern technologies.
- Get location by GPS
- Get location by IP
- Flutter: A Dart-based framework for building cross-platform mobile applications.
- Google Maps API: For visualization and tracking user.
- Flutter SDK
-
Clone this repository:
-
Install mobile dependencies:
Open terminal in this project and use these commands:
flutter pub get
cd ios
pod update
-
Run the Flutter application:
flutter run
Contributions are welcome! Feel free to open an issue or send a pull request.