This repository has been archived on 2023-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
moxplatform/src/my_plugin_platform_interface/README.md

14 lines
672 B
Markdown
Raw Normal View History

# my_plugin_platform_interface
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
A common platform interface for the `my_plugin` plugin.
This interface allows platform-specific implementations of the `my_plugin` plugin, as well as the plugin itself, to ensure they are supporting the same interface.
# Usage
To implement a new platform-specific implementation of `my_plugin`, extend `MyPluginPlatform` with an implementation that performs the platform-specific behavior.
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis