AndroidGlideViewPlatform class abstract
Platform interface for the Android Glide View plugin.
This abstract class defines the contract that all platform-specific implementations must follow. It uses the plugin_platform_interface package to ensure consistent behavior across different platforms while allowing platform-specific optimizations.
The platform interface pattern allows for:
- Consistent API across different platforms
- Easy testing through mock implementations
- Platform-specific optimizations when needed
- Future expansion to other platforms (iOS, web, etc.)
Currently, only Android is supported through the MethodChannelAndroidGlideView implementation.
- Inheritance
-
- Object
- PlatformInterface
- AndroidGlideViewPlatform
- Implementers
Constructors
- AndroidGlideViewPlatform.new()
- Constructs a AndroidGlideViewPlatform.
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 Properties
- instance ↔ AndroidGlideViewPlatform
-
The default instance of AndroidGlideViewPlatform to use.
getter/setter pair