• Adam Barth's avatar
    Change how navigator prevents redundant operations (#4769) · 2af668f8
    Adam Barth authored
    * Change how navigator prevents redundant operations
    
    Instead of requiring transactions, we now cancel all active pointers that are
    interacting with the navigator and absorb future pointers until we get a chance
    to build. This approach isn't perfect (e.g., events that trigger off the
    cancelled pointers could still interact with the navigator), but it should be
    better than the current transaction-based approach.
    
    Fixes #4716
    
    * Remove openTransaction
    
    * test
    
    * fixup
    2af668f8
Name
Last commit
Last update
..
app_test.dart Loading commit data...
drop_down_test.dart Loading commit data...
icon_test.dart Loading commit data...
image_icon_test.dart Loading commit data...
popup_menu_test.dart Loading commit data...
progress_indicator_test.dart Loading commit data...
refresh_indicator_test.dart Loading commit data...
scaffold_test.dart Loading commit data...
slider_test.dart Loading commit data...
snack_bar_test.dart Loading commit data...
switch_test.dart Loading commit data...
tabs_test.dart Loading commit data...
time_picker_test.dart Loading commit data...
tooltip_test.dart Loading commit data...