marcglasberg / back_button_interceptor

Flutter Package: May be used to intercept the Android back-button, as an alternative to `WillPopScope`.
BSD 2-Clause "Simplified" License
105 stars 21 forks source link

Async interceptor #12

Closed nt4f04uNd closed 3 years ago

nt4f04uNd commented 3 years ago

Currently it is impossible to have an async logic for the interceptor

marcglasberg commented 3 years ago

@nt4f04uNd Could you please check if version [5.0.1 ] solves this?

nt4f04uNd commented 2 years ago

Sorry for not checking out prior - it indeed does solve this