flutter_blue_ultra_platform_interface 2.1.0 copy "flutter_blue_ultra_platform_interface: ^2.1.0" to clipboard
flutter_blue_ultra_platform_interface: ^2.1.0 copied to clipboard

A common platform interface for the flutter_blue_ultra plugin.

flutter_blue_ultra_platform_interface #

A common platform interface for the flutter_blue_ultra plugin.

This interface allows platform-specific implementations of the flutter_blue_ultra 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_ultra, extend FlutterBlueUltraPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default FlutterBlueUltraPlatform by calling FlutterBlueUltraPlatform.instance = MyPlatformFlutterBlueUltra().

Note on breaking changes #

In a multi-dev scenario where each platform package is maintained by separate people, you should strongly prefer non-breaking changes to the platform interface over breaking changes (such as adding a method to the interface). See https://flutter.dev/go/platform-interface-breaking-changes for a discussion about that.

However, since FBU maintains all the platform packages ourselves, we can do breaking changes freely and release the updated platform packages at the same time. There are therefore no restrictions when it comes to breaking changes.

0
likes
130
points
135
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A common platform interface for the flutter_blue_ultra plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#bluetooth #ble #bluetooth-low-energy

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_blue_ultra_platform_interface