mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
[Chore] Update flutter to 3.24
This commit is contained in:
parent
f59a08fa6f
commit
1b5d751855
11 changed files with 23 additions and 23 deletions
|
|
@ -52,7 +52,7 @@ class _NavigationScaffoldState extends ConsumerState<NavigationScaffold> {
|
|||
final views = ref.watch(viewsProvider.select((value) => value.views));
|
||||
return PopScope(
|
||||
canPop: currentIndex == 0,
|
||||
onPopInvoked: (didPop) {
|
||||
onPopInvokedWithResult: (didPop, result) {
|
||||
if (currentIndex != 0) {
|
||||
widget.destinations.first.action!();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue