Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/_data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@
permalink: /platform-integration/web
- title: Set up web development
permalink: /platform-integration/web/setup
- title: Set up a configuration file
permalink: /platform-integration/web/web-dev-config-file
- title: Build a web app
permalink: /platform-integration/web/building
- title: Compile to WebAssembly
Expand Down
7 changes: 2 additions & 5 deletions src/content/platform-integration/web/web-dev-config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ description: >-
Centralize web development settings including a development proxy
---

# Set up a web development configuration file
**By Sydney Bao**

Flutter web includes a development server that defaults to
serving your application in the `localhost` domain using HTTP
on a randomly assigned port. While command-line arguments offer
a quick way to modify the server's behavior,
this document focuses on a more structured approach:
defining your server's behavior through a centralized `web_dev_config.yaml` file.
This configuration file allows you to
customize server settings&emdash;host, port, HTTPS settings, and
proxy rules&emdash;ensuring a consistent development environment.
customize server settingshost, port, HTTPS settings, and
proxy rulesensuring a consistent development environment.

## Create a configuration file

Expand Down