WrappedPlatformViewsService class

This file wrapps AndroidViewController classes in order to delay disposal process. It is an workaround for flutter 3, where resourses get disposed quicker than before, while Mapbox behaves badly and tries to access those resources after they had been disposed, resulting in a native crash.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

initAndroidView({required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) AndroidViewController