sorted participants list alphabetically #87
Reference in New Issue
Block a user
Delete Branch "develop-sortedParticipants"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
bot
@@ -17,0 +21,4 @@)).toList();lastname(participant) => participant.title.toString().split(' ').last;participants.sort((a, b) => lastname(a).compareTo(lastname(b)));ggf. kann das sort aus der Build methode rausgezogen werden und das Widget zu einem Stateless werden
Ggf. änderungen durchführen, ansosnten ok