Do PTV Developer components support FLUTTER?
Posted: Mon May 17, 2021 4:28 pm
Quite a new question but appears more and more often.
In my eyes FLUTTER is a framework that supports developers to create single code based applications that are supposed to run on various platforms (which reminds me of JAVA's 1.0 AWT).
As you may know the PTV xServers are webservice interfaces that return
- images (PTV xMapServer tiles...)
- other data structures based on number values, strings and complex objects
For the map tiles you could use the leaflet based flutter map.
For the other data structures you'd have to build your user interface based on the flutter controls but you'd be responsible for the transfer from xServer output to such a control - there's no direct flutter integration available.
If you use Flutter with PTV xServers let us know what your experience is,
Best regards,
Bernd
In my eyes FLUTTER is a framework that supports developers to create single code based applications that are supposed to run on various platforms (which reminds me of JAVA's 1.0 AWT).
As you may know the PTV xServers are webservice interfaces that return
- images (PTV xMapServer tiles...)
- other data structures based on number values, strings and complex objects
For the map tiles you could use the leaflet based flutter map.
For the other data structures you'd have to build your user interface based on the flutter controls but you'd be responsible for the transfer from xServer output to such a control - there's no direct flutter integration available.
If you use Flutter with PTV xServers let us know what your experience is,
Best regards,
Bernd