Malte Dölker

Results 24 comments of Malte Dölker

Right, that can be done additionally. In the long run we want to take the sqlite output for better performance and space usage, but that has not been implemented on...

This issue is mainly about the design update and is not really closed. I tried to tackle this once, but it is not trivial to do considering the widget used...

The maptiler key is not an issue for us really as we use our own tiling server nowadays. A bigger problem was that I believe some of the licenses of...

We advertise all libraries used and their licenses in the about section.

It really is a modified one: https://www.gnu.org/licenses/license-list.en.html#OpenSSL that is not compatible with GPL. Fdroid only states that the software must be free and open source, so this might indeed not...

Wouldn’t that essentially mean that no flutter project could be released under GPL? Sounds weird to me. We’re not even using gif encoding/decoding, but we certainly use SSL. @md-weber do...

Yeah that one I saw too. Sounds like this would work.

![image](https://user-images.githubusercontent.com/2145319/88053425-10f2d180-cb5c-11ea-93f2-adebb2eeb012.png) Copied over visualization from Powerpoint

Can you give a code example to better understand the problem? I have many factories in use that map input types to models (without any annotation) just fine. You mentioned...

This might be a misunderstanding of the role of a factory. Returning an Input-annotated class from a factory does not make much sense to me, as the factory itself represents...