Skip to content

Commit 1af607c

Browse files
committed
Expose WebSettings class publicly.
1 parent b014f61 commit 1af607c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geolocator/lib/geolocator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export 'package:geolocator_android/geolocator_android.dart'
1313
AndroidPosition;
1414
export 'package:geolocator_apple/geolocator_apple.dart'
1515
show AppleSettings, ActivityType;
16-
export 'package:geolocator_web/geolocator_web.dart' show WebSettings;
16+
export 'package:geolocator_web/web_settings.dart' show WebSettings;
1717
export 'package:geolocator_platform_interface/geolocator_platform_interface.dart';
1818

1919
/// Wraps CLLocationManager (on iOS) and FusedLocationProviderClient or

0 commit comments

Comments
 (0)