flutter_blue_max_platform_interface 6.0.0 copy "flutter_blue_max_platform_interface: ^6.0.0" to clipboard
flutter_blue_max_platform_interface: ^6.0.0 copied to clipboard

A common platform interface for the flutter_blue_max plugin.

flutter_blue_max_platform_interface #

A common platform interface for the flutter_blue_max plugin.

This interface allows platform-specific implementations of the flutter_blue_max plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage #

To implement a new platform-specific implementation of flutter_blue_max, extend FlutterBlueMaxPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default FlutterBlueMaxPlatform by calling FlutterBlueMaxPlatform.instance = MyPlatformFlutterBlueMax().

Note on breaking changes #

Strongly prefer non-breaking changes (such as adding a method to the interface) over breaking changes for this package.

See https://flutter.dev/go/platform-interface-breaking-changes for a discussion on why a less-clean interface is preferable to a breaking change.

0
likes
140
points
101
downloads

Documentation

API reference

Publisher

verified publisherphntm.xyz

Weekly Downloads

A common platform interface for the flutter_blue_max plugin.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_blue_max_platform_interface