You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1001 B
1001 B
Dependencies
We follow the guidelines outlined in https://dart.dev/tools/pub/dependencies with some rules and automatic workflows:
- We use the caret notation with the major version set to the latest major version and the minor and patch versions set to
0
. The constraint will be updated in case we need a particular feature or bug fix that was released in a newer version. - Dev dependencies should be pinned to the latest versions since they do not affect consumers of our packages.
- Using Renovate we automatically update our dependency constraints. For non-dev dependencies this will be the latest major version, for everything else it will upgrade to the latest minor and patch versions as well. The lock files are also kept up-to-date with Renovate to compile everything with the latest available versions.
- The same rules and automatic workflows apply to the Dart and Flutter versions we use.
- The
app
package does not constrain the versions so the latest versions can be used.