Posts Tagged ‘flutter’

logo-flutter

How to get duplicate fields in flutter

When using flutter it’s a kind of secret how to get duplicate fields out of flutter again. When using getGroupDuplicates like this tutorial recommends you only get the amount of duplicates but you can’t use the amount result in a for() loop unless you never delete a duplicate. When deleting an item and adding a [...]