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: docs/documentation/command_it/command_basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ class _MyWidgetState extends State<MyWidget> {
265
265
}
266
266
```
267
267
268
-
**With get_it:** Register as singleton and dispose on app shutdown or use scopes for automatic cleanup. **With watch_it:** Use [`createOnce()`](/documentation/watch_it/lifecycle_functions#createonce) for automatic lifecycle management.
268
+
**With get_it:** Register as singleton and dispose on app shutdown or use scopes for automatic cleanup. **With watch_it:** Use [`createOnce()`](/documentation/watch_it/lifecycle#createonce) for automatic lifecycle management.
0 commit comments