A flutter application to view and test major services of the pgrServer routing engine. This is used mainly for the MacOS desktop, although it will work as a Web as well as a mobile application.
A working pgrServer application service is a pre-requisite. Modify
lib/res/RestParams.dart
to point to the pgrServer if not located on the default localhost.
A MacOS binary, an Android apk, an unsigned IOS ipa, and a web application package can all be downloaded fom the Release of this application.
To build a MacOS Desktop
application, run:
flutter build macos --no-sound-null-safety
To build an Android
application, run:
flutter build apk --release
To build a Web
application, run:
flutter build web --release
then edit web/index.html
and change the base href
to an appropriate web app name
<base href="/pgrserver_demo/">