-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace upgrade (dependencies) & gitignore sync #857
Conversation
@Taym95 appreciate a review if you have a minute :-) |
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. |
@Taym95 let me know if this needs further adjustments |
In preparation for #760, I wanted to extract the dependency upgrades & improvements needed.
This PR:
pub upgrade
everywhereflutter create -t app ..
).ruby-version
, arbenv
related file, as it is not relevant to the project (it's a detail on developer machines)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.