PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
661 stars 321 forks source link

Workspace upgrade (dependencies) & gitignore sync #857

Closed ened closed 4 months ago

ened commented 4 months ago

In preparation for #760, I wanted to extract the dependency upgrades & improvements needed. This PR:

In order to get analyzer bumped to the latest version (and remove warnings etc), this PR needs to get merged in functional_data first & this project would then bump the dependency as needed.

ened commented 4 months ago

@Taym95 appreciate a review if you have a minute :-)

ened commented 4 months ago

I omitted a change log as no consumer-relevant changes are included this time, just build time/formatting improvements at most.

ened commented 4 months ago

I omitted a change log as no consumer-relevant changes are included this time, just build time/formatting improvements at most.

The dart constraint update (to '>= 3.3.0', from '>=3.2.0-194.0.dev'), is technically a change but realistically yields the same version for consumers.

ened commented 4 months ago

@Taym95 let me know if this needs further adjustments

ened commented 4 months ago

Thank you @Taym95 - soo much cleaner over in #760 :)