felangel / flow_builder

Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.
https://pub.dev/packages/flow_builder
MIT License
395 stars 65 forks source link

fix: cannot pop with Android back button #89

Closed wolfenrain closed 2 years ago

wolfenrain commented 2 years ago

Status

READY

Breaking Changes

NO

Description

PR fix for #84, making the android back button behavior more in line with the Flutter BackButton widget.

Type of Change

HVitureira commented 2 years ago

this solved my problem, thank you so much ๐Ÿš€