Skip to content

Commit

Permalink
chore: upgrade flutter to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Aug 9, 2024
1 parent 9da373c commit f6fe9da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Read more at: https://solvro.pwr.edu.pl/portfolio/to-pwr

# Development

Recommended flutter version: `Channel stable, 3.22.1`
Recommended flutter version: `Channel stable, 3.24.0`

1. ### Google maps API key

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "dart:async";

import "package:flutter/material.dart";
import "package:flutter_riverpod/flutter_riverpod.dart";

Expand All @@ -8,7 +6,6 @@ import "../../../../utils/context_extensions.dart";
import "../../../../utils/where_non_null_iterable.dart";
import "../../../../widgets/my_error_widget.dart";
import "../../../../widgets/subsection_header.dart";
import "../../../buildings_view/controllers.dart";
import "../../../buildings_view/model/building_model.dart";
import "../../../buildings_view/repository/buildings_repository.dart";
import "../../../navigator/utils/navigation_commands.dart";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MapViewPopBehaviour<T extends GoogleNavigable> extends ConsumerWidget {

return PopScope(
canPop: !isAnyActive && !isAlmostFullyExtended,
onPopInvoked: (didPop) {
onPopInvokedWithResult: (didPop, _) {
if (!didPop) {
ref
.read(context.mapController<T>().notifier)
Expand Down

0 comments on commit f6fe9da

Please sign in to comment.