You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ This workflow is triggered when a new Flutter/Dart version is released.
42
42
4. **Address Issues:**
43
43
* Read the `release_log.txt` file.
44
44
* Systematically address each error or warning reported in the log. This will involve navigating to the specified sample project directories and applying code changes.
45
+
* When updating for a new release, we don't care about `flutter pub outdated` warnings. As long as `pub get` completes without failing, it's okay.
45
46
46
47
5. **Create a Pull Request:**
47
48
* Once all issues from the log are resolved and the repository is in a clean state, create a pull request.
0 commit comments