Skip to content
Merged
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 geocoding_ios/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
geocoding_platform_interface: ^2.0.0
geocoding_platform_interface: ^3.1.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 2 additions & 2 deletions geocoding_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dependencies:
flutter:
sdk: flutter

geocoding_platform_interface: ^2.0.0
geocoding_platform_interface: ^3.1.0

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
mockito: ^5.0.0
plugin_platform_interface: ^2.0.0

Expand Down
2 changes: 1 addition & 1 deletion geocoding_ios/test/geocoding_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ final mockLocation = Location(
timestamp: DateTime.fromMillisecondsSinceEpoch(0).toUtc(),
);

final mockPlacemark = Placemark(
const mockPlacemark = Placemark(
administrativeArea: 'Overijssel',
country: 'Netherlands',
isoCountryCode: 'NL',
Expand Down