sorted participants list alphabetically #87
Loading…
x
Reference in New Issue
Block a user
No description provided.
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
Checkout
From your project repository, check out a new branch and test the changes.