Hwan-seok/flutter_infinite_list

Add ability to batch emitting states

Closed this issue · 1 comments

At present, all mutating methods can only run solely. So they often spam requests when there needs to be updated some additional states at once.

Fixed by #7