Skip to content

Commit 538342f

Browse files
gnpricechrisbobbe
authored andcommitted
doc: Add notes on upgrading deps and updating Podfile.lock
1 parent baaec69 commit 538342f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,17 @@ To update the version bounds:
134134
* Commit and push the changes in `pubspec.yaml` and `pubspec.lock`.
135135

136136

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+
137148
## License
138149

139150
Copyright (c) 2022 Kandra Labs, Inc., and contributors.

0 commit comments

Comments
 (0)