cast_plus 2.2.0
cast_plus: ^2.2.0 copied to clipboard
A fork of the `cast` package to support Chromecast discovery and control, updated to work with bonsoir 6.x and Dart 3
2.2.0 #
- Fork original
castpackage to supportbonsoir ^6.0.1. - Remove deprecated usage of
discovery.ready. - Replace event handling with Dart pattern matching using
switch (event). - Minor refactor to ensure compatibility with Dart 3.
- Fixed discovery parsing logic to handle missing attributes more gracefully.
2.1.0 #
- Remove upper version limit for
bonsoir
2.0.0 #
- Upgrade dependency
bonsoirto 3.0.0 - Upgrade to Dart 3
1.1.1 #
- Upgrade dependency
bonsoir
1.1.0 #
- Replace dependency
multicast_dns(not working on iOS) bybonsoir
1.0.0 #
- Migrate to null safety
- Replace dependency
mdns_plugin(doesn't support null safety) bymulticast_dns
0.3.0 #
- Add the possibility to use your own requestId
0.2.0 #
- Improve service discovery #1
0.1.1 #
- Add
kNamespaceMediatoCastSession
0.1.0 #
- First release