flutter_multicast_lock 1.1.1
flutter_multicast_lock: ^1.1.1 copied to clipboard
A Flutter plugin for managing Android WiFi multicast locks.
1.1.1 #
- updated repository url in pubspec.yaml (old location was a metapackage and now this is a standalone package)
1.1.0 #
- Fixed half-renamed state. Now everything is consistently named
flutter_multicast_lock
. (this was because of a conflict with an existing, unmaintained package) - Updated documentation to reflect the new package name.
- Tests work on android and non-android platforms (with either no-op or exception behavior as appropriate).
- added `
1.0.0 #
- Initial release of the flutter_multicast_lock package.
- Provides functionality to manage multicast lock on Android devices.
- Includes methods to acquire and release multicast lock.