mapbox_maps_flutter_platform_interface
The shared platform interface for the mapbox_maps_flutter plugin.
This package provides the common abstractions and contracts that both the mapbox_maps_flutter plugin and its platform-specific implementations depend on, ensuring consistency across all supported platforms.
Libraries
- mapbox_maps_flutter_platform_interface
- The public API of this package: the subset re-exported to app developers
through
package:mapbox_maps_flutter. - mapbox_maps_flutter_platform_interface_internal
- The full API of this package: the public subset from
mapbox_maps_flutter_platform_interface.dart, plus the implementation contracts (everything undersrc/interfaces/) and platform-registration internals (everything undersrc/internal/) that other packages in this federated plugin need.