This repository contains a Flutter application that is intended to be used in combination with a running Webuko backend.
The following plugins are used in this repository:
Plugin | Pub |
---|---|
google_maps_flutter | |
google_maps_flutter | |
provider | |
http | |
geolocator | |
url_strategy | |
flutter_typeahead | |
pointer_interceptor | |
lint |
In order to get the full app working as intendet, a running Webuko backend is needed. The full app is published in images on Dockerhub and can easily be pulled and started with a single docker-compose
file. Have a look here in the backend repository for a detailed setup.