Skip to content

Commit

Permalink
Merge pull request #204 from martyfuhry/flutter-3
Browse files Browse the repository at this point in the history
Flutter 3
  • Loading branch information
juliansteenbakker authored Nov 22, 2022
2 parents e0e0c05 + 8fd3144 commit ce5cb23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/flutter_google_places.dart
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ abstract class PlacesAutocompleteState extends State<PlacesAutocompleteWidget> {
_places?.dispose();
_debounce?.cancel();
_queryBehavior.close();
_queryTextController!.removeListener(_onQueryChange);
_queryTextController?.removeListener(_onQueryChange);
}

@mustCallSuper
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ environment:
dependencies:
flutter:
sdk: flutter
google_api_headers: ^1.2.0
google_api_headers: ^1.3.0
google_maps_webservice: ^0.0.20-nullsafety.5
http: ^0.13.4
rxdart: ^0.27.3

dev_dependencies:
flutter_lints: ^1.0.4
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter

Expand Down

0 comments on commit ce5cb23

Please sign in to comment.