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

feat!: replace deprecated `WillPopScope` with `PopScope` #120

Closed furaiev closed 6 months ago

furaiev commented 6 months ago

Status

READY

Breaking Changes

YES

Description

This PR introduces replacing deprecated WillPopScope with PopScope.

Type of Change