Skip to content
Merged
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
5 changes: 4 additions & 1 deletion src/content/tools/pubspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dev_dependencies:

[!generate: true!] # Enables generation of localized strings from arb files

[!config:!] # App-specific configuration flags that mirror flutter config
[!config:!] # App-specific configuration flags that mirror `flutter config`
[!enable-swift-package-manager: true!]

[!assets:!] # Lists assets, such as image files
Expand Down Expand Up @@ -234,9 +234,12 @@ The available keys mirror those available in `flutter config --list`.
```yaml title="pubspec.yaml"
flutter:
config:
cli-animations: false
enable-swift-package-manager: true
```

Use `flutter config --help` for a description of each flag.

Flags are only read from the current _application_ package, and have no effect
in the context of a package or dependency.

Expand Down
Loading