givelotus / lotus-vase

A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4 stars 2 forks source link

Kludge together back button handling in PageViews #129

Closed schancel closed 3 years ago

schancel commented 3 years ago

It seems as though the Flutter Android Navigation API does not support PageViews natively. There are no clear solutions for how to handle this online. Instead, I am using the WillPopScope override control, to cause transitions between pages were applicable. There is probably a better way to do this.