dart_hue 2.3.0
dart_hue: ^2.3.0 copied to clipboard
An SDK designed for the Dart language that enables developers to easily integrate Philips Hue smart devices into their applications.
2.3.0 - March 4, 2025 #
- Added
rendererReference
to theEntertainment
object
2.2.3 - March 3, 2025 #
- Fixed bug where grouped lights weren't being PUT correctly
2.2.2 - February 27, 2025 #
- Fixed bug where setting an animation duration of zero fails the assertion in the constructor of entertainment stream commands
2.2.1 - February 27, 2025 #
- Fixed bug where
stopStreaming
would freeze the app
2.2.0 - February 25, 2025 #
- Added a way to see if entertainment stream is active with
isStreaming
- Added a method to flush a specific channel from the entertainment stream configuration with
flushChannelQueue
2.1.2 - February 24, 2025 #
- Fixed a bug with hex color conversions
2.1.1 - February 23, 2025 #
- Minor code change and update to docs
2.1.0 - February 23, 2025 #
- Moved over to normalized RGB (0.0-1.0) values instead of the old 0-255.
2.0.0 - February 19, 2025 #
- Pure Dart
- Added Entertainment Streaming
- Breaking changes in places such as
put
andpost
commands - Breaking change: Gave access to bridge IDs when
BridgeDiscoveryRepo.discoverBridges()
is called issue #20 - Added
failedFetches
and related methods toHueNetwork
. This addresses issue #25 and gives devs a way to retry failed fetches - Breaking change: Removed the hashers and equality checkers from Misc Tools
- Updated the way resources are fetched and PUT to make the actions more efficient, and to more properly handle errors
- Moved repo
- Added the option to choose discovery method when discovering bridges
2.0.0-beta.20 - February 19, 2025 #
- Added the option to choose discovery method when discovering bridges
2.0.0-beta.19 - February 14, 2025 #
- Removed Flutter based dev_dependencies
2.0.0-beta.18 - February 14, 2025 #
- Removed
dart:ui
, hopefully this was the final Flutter dependency
2.0.0-beta.17 - February 14, 2025 #
- Core code should now be pure Dart. There were still some Flutter dependencies in the previous version
2.0.0-beta.16 - February 14, 2025 #
- Core code is now pure Dart. Separated out Dart Hue from Flutter Hue
2.0.0-beta.15 - January 27, 2025 #
- Breaking change: Removed the hashers and equality checkers from Misc Tools
- Updated the way resources are fetched and PUT to make the actions more efficient, and to more properly handle errors
2.0.0-beta.14 - January 24, 2025 #
- Added
failedFetches
and related methods toHueNetwork
. This addresses issue #25 and gives devs a way to retry failed fetches
2.0.0-beta.13 - January 23, 2025 #
- Fixed UI bug with example
2.0.0-beta.12 - January 22, 2025 #
- Downgraded color converter to work with older versions of Flutter
- Downgraded some dependencies to work with older versions of Flutter
2.0.0-beta.11 - January 17, 2025 #
- Updated example to allow easier testing by giving devs access to previously connected bridges
2.0.0-beta.10 - January 16, 2025 #
- Downgraded
path_provider
for dependency conflicts
2.0.0-beta.9 - January 16, 2025 #
- Downgraded
url_launcher
for dependency conflicts
2.0.0-beta.8 - January 16, 2025 #
- Removed data check for light gradient points
2.0.0-beta.7 - January 15, 2025 #
- Breaking change: Color calculators now treat RGB values are doubles instead of integers
- Updated dependencies
- Fixed linting issues
2.0.0-beta.6 - January 15, 2025 #
- Updated example
2.0.0-beta.5 - August 6, 2024 #
- Documentation updates
2.0.0-beta.4 - July 17, 2024 #
- Breaking change: Gave access to bridge IDs when
BridgeDiscoveryRepo.discoverBridges()
is called issue #20
2.0.0-beta.3 - June 12, 2024 #
- Added platforms that were accidentally dropped
2.0.0-beta.2 - June 12, 2024 #
- Attempted environment fix to add platforms that were accidentally dropped
2.0.0-beta.1 - June 11, 2024 #
- Added Entertainment Streaming
- Breaking changes in places such as
put
andpost
commands
1.2.5 - March 18, 2024 #
- Removed some assertions to allow to third party products that don't follow the same rules as official Philips Hue products issue #16
1.2.4 - February 15, 2024 #
- Small documentation fix
1.2.3 - February 9, 2024 #
- Fixed issue tracker link
1.2.2 - September 27, 2023 #
- Documentation updates
1.2.0 - April 19, 2023 #
- Linked objects that are all in the same Hue Network issue #6
- Added general PUT command to Hue Network
1.1.0 - April 17, 2023 #
1.0.0 - April 14, 2023 #
- Added the ability to make remote connection to the user's Philips Hue devices issue #1
- Breaking change: Locally stored info is now encrypted
- Fixed bugs when doubles were pulled from JSON objects as integers
0.1.1 - April 7, 2023 #
- Documentation updates
0.1.0 - March 11, 2023 #
- Initial release