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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/guides/dart/flutter.mdx
+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
@@ -1015,7 +1015,7 @@ region: us-east-1
1015
1015
1016
1016
### Dockerfile
1017
1017
1018
-
Because we've mixed Flutter and Dart dependencies, we need to use a [custom container](/docs/reference/custom-containers) that fetches our dependencies using Flutter. You can point to a custom container in your `nitric.yaml`:
1018
+
Because we've mixed Flutter and Dart dependencies, we need to use a [custom container](/reference/custom-containers) that fetches our dependencies using Flutter. You can point to a custom container in your `nitric.yaml`:
1019
1019
1020
1020
<Note>
1021
1021
If you have a separate Dart backend that doesn't share dependencies with your
0 commit comments