-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example tags.json from GeoPaparazzi is not fully supported by SMASH #119
Comments
This could be implemented using https://api.flutter.dev/flutter/material/Autocomplete-class.html |
Hah, you found it. Yes, not everything is ported yet. We are really low on resources and try to implement what we need. Do you think you would be able to do some coding in this? I could guide you through the code if necessary. |
I can try :) I will focus my efforts on implementing the autocompletestringcombo. |
I am exploring the source code. I have never touched Dart, nor Flutter, and I try to stay away from Android Studio and such :D I have been able to produce a debug apk from Flutter, but Android Studio does not seem to be able to pick up gradle conf etc. I am not sure if I am able to implement something in a reasonable amount of time. |
It is all a matter of attitude. If you hate it, it will hate you ;-) Anyways, for flutter I strongly suggest to use vscode and not Androidstudio.
If it is not urgent, I could be looking into it in the next couple of weeks. |
Thanks for the suggestion :) |
Hi @frafra , with the latest commits I just made, you should have support for the autocomplete combo. Also the connected autocomplete is supported. Let me know if it works properly for you. Cheers |
autocomplete string combo seems to work fine even with pretty big lists (few thousands entries). GSS does not seem to be able to show them; further testing is needed. |
It is not able to find entries containing uppercase characters. Typing letters in uppercase or lowercase does not seem to have any effect. Workaround: use lowercase characters and numbers. |
Hi @frafra could you open an issue with the GSS problem. I will be abroad for 3 weeks and not able to check this before, but I will as soon as I am back. Regarding the uppercase, I will open myself an issue and check it right away. |
Dear mate and @moovida |
Hi @pierluigiderosa , just finished to port them. This will look like: and have an example in the example section: Will be in the next release. Before releasing I still have to give a go to some of the issues @frafra raised. Some are important. 1-2 weeks I guess. |
Great @moovida |
Great to hear, thank you! |
As I am very interested in using the autocompleting string combo (useful for long lists), I copied
tags.json
from GeoPaparazzi example to SMASH. Even if SMASH says that it is able to load it correctly when starting up, many elements are missing.The text was updated successfully, but these errors were encountered: