🐛 Bug Report
The Placemark class is not available when only importing the geocoding/geocoding.dart package. Currently you'll need to also import the geocoding_platform_interface/geocoding_platform_interface.dart package.
Expected behavior
The Placemark class should be available through the geocoding/geocoding.dart package.
Reproduction steps
- Add a dependency to the
geocoding: ^1.0.2 package in your Flutter app;
- Import the geocoding package in your code:
import 'package:geocoding/geocoding.dart';;
- Make a call in your code to one of the geocoding methods:
final placemark = await placemarkFromCoordinates(52.2165157, 6.9437819);
- Try to compile.
Configuration
Version: 1.0.2
Platform:
🐛 Bug Report
The
Placemarkclass is not available when only importing thegeocoding/geocoding.dartpackage. Currently you'll need to also import thegeocoding_platform_interface/geocoding_platform_interface.dartpackage.Expected behavior
The
Placemarkclass should be available through thegeocoding/geocoding.dartpackage.Reproduction steps
geocoding: ^1.0.2package in your Flutter app;import 'package:geocoding/geocoding.dart';;final placemark = await placemarkFromCoordinates(52.2165157, 6.9437819);Configuration
Version: 1.0.2
Platform: