Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.0"
version: "3.1.1"
matcher:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions lib/src/configs/map_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ abstract class MapLocationPickerConfig with _$MapLocationPickerConfig {
@Default(null) Function(MapType)? onMapTypeChanged,
@Default(null) Function(Place?)? onSuggestionSelected,
@Default(null) Function(GeocodingResult?)? onNext,
@Default(null) Function(LatLng?)? onMainMarkerLocationChange,
@Default(null) Function(GeocodingResult?)? onAddressDecoded,
@Default(null) Function(GeocodingResult)? onAddressSelected,
@Default(true) bool buildingsEnabled,
Expand Down
31 changes: 29 additions & 2 deletions lib/src/configs/map_config.freezed.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading