Skip to content

Commit fa4c721

Browse files
docs(flutter-uikit-v5): fix command order — flutter clean before pub get
1 parent f7c966c commit fa4c721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui-kit/flutter/v5/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ dependency_overrides:
120120
Then reinstall dependencies and do a clean rebuild:
121121
122122
```bash
123-
flutter pub get
124123
flutter clean
124+
flutter pub get
125125
```
126126

127127
<Note>

0 commit comments

Comments
 (0)