We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaec69 commit 538342fCopy full SHA for 538342f
README.md
@@ -134,6 +134,17 @@ To update the version bounds:
134
* Commit and push the changes in `pubspec.yaml` and `pubspec.lock`.
135
136
137
+### Upgrading dependencies
138
+
139
+When upgrading dependencies, try to keep our generated files
140
+updated atomically with them. (This will become more automated
141
+when we have CI, #60.)
142
143
+The generated files that most frequently need an update are
144
+`ios/Podfile.lock` and `macos/Podfile.lock`. To update those,
145
+run `flutter pub get && flutter build ios --config-only && flutter build macos --config-only`.
146
147
148
## License
149
150
Copyright (c) 2022 Kandra Labs, Inc., and contributors.
0 commit comments