https://github.com/geovation/usemap-flutter
Flutter front end for UseMap example application
https://github.com/geovation/usemap-flutter
android flutter flutter-apps ios
Last synced: about 2 months ago
JSON representation
Flutter front end for UseMap example application
- Host: GitHub
- URL: https://github.com/geovation/usemap-flutter
- Owner: Geovation
- License: mit
- Created: 2022-05-12T08:35:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T12:59:35.000Z (over 2 years ago)
- Last Synced: 2025-02-26T07:43:52.072Z (over 1 year ago)
- Topics: android, flutter, flutter-apps, ios
- Language: C++
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UseMap Flutter
A Flutter project for the UseMap application. Provides a UI for Android and iOS devices.
## Resources
This project was created using the Flutter starter app
```
flutter create --org uk.geovation mapup
```
A few useful resources used in the creation of this project.
- [Flutter macOS install](https://docs.flutter.dev/get-started/install/macos)
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)