Workspace upgrade (dependencies) & gitignore sync#857
Merged
Conversation
Contributor
Author
|
@Taym95 appreciate a review if you have a minute :-) |
Taym95
reviewed
Apr 8, 2024
Taym95
approved these changes
Apr 8, 2024
Contributor
Author
|
I omitted a change log as no consumer-relevant changes are included this time, just build time/formatting improvements at most. |
Contributor
Author
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. |
Contributor
Author
|
@Taym95 let me know if this needs further adjustments |
Contributor
Author
Merged
rolandmosimann
pushed a commit
to BelimoAutomationAG/flutter_reactive_ble
that referenced
this pull request
Jan 27, 2025
* Bump dependencies * remove unused files * add ios example gitignore * upgrade a few test dependencies * adjust workflow * upgrade detekt.yml syntax * update detekt config / minimal formatting adjustments * re-run ios packaging
ajkahl
pushed a commit
to ajkahl/flutter_reactive_ble
that referenced
this pull request
Dec 15, 2025
* Bump dependencies * remove unused files * add ios example gitignore * upgrade a few test dependencies * adjust workflow * upgrade detekt.yml syntax * update detekt config / minimal formatting adjustments * re-run ios packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In preparation for #760, I wanted to extract the dependency upgrades & improvements needed.
This PR:
pub upgradeeverywhereflutter create -t app ..).ruby-version, arbenvrelated file, as it is not relevant to the project (it's a detail on developer machines)In order to get
analyzerbumped 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.