miDeb / digitales_register

Inoffizielle App für das Digitale Register (https://digitalesregister.it)
GNU General Public License v3.0
16 stars 3 forks source link

Consider replacing the school selection autocomplete implementation #15

Closed miDeb closed 2 years ago

miDeb commented 2 years ago

The package flutter_typeahead is not very well maintained (in my impression), and desktop support, which just recently broke, is abysmal. Migrating to the built-in Autocomplete widget seems very promising.

miDeb commented 2 years ago

Sadly, also the flutter framework widget is buggy and will require a workaround (although this issue seems to be easier to work around than the issue with flutter_typeahead).