Skip to content

Commit 4dca89b

Browse files
committed
docs(mobile-client): add note for connecting local API from physical device
- Add an aside note in the local setup guide - Inform users about additional configuration for physical devices - Link to the development environment setup guide for more details
1 parent 58645bf commit 4dca89b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/mobile-client/local-setup.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ This guide will walk you through setting up and running the Flutter News App Mob
5151
For the `development` environment, you must have the [API Server running locally](/docs/api-server/local-setup/) first.
5252
</Aside>
5353

54+
<Aside type="note">
55+
To connect to your local API server from a physical mobile device, additional configuration is required. Please see the [Connecting to a Local API from a Physical Device](/docs/development-environment-setup/) guide.
56+
</Aside>
57+
5458
5. **Run the Application**
5559

5660
Start the Flutter development server. Ensure you have a simulator/emulator running or a physical device connected.

0 commit comments

Comments
 (0)