Skip to content

Commit a9cca95

Browse files
authored
Update flutter-fuchsia.md
1 parent 4838415 commit a9cca95

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

markdown/articles/developer/flutter-fuchsia.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,7 @@ calculator/fuchsia
3131
```
3232
Inside of the file `calculator.cmx`, add the following content for a basic Flutter App. You may need to tweak this to be compatible with more complicated applications. See the [Component Manifest](https://fuchsia.dev/fuchsia-src/glossary#component-manifest) document on fuchsia.dev for more information.
3333
```json
34-
{
35-
"program": {
36-
"data": "data/simple_flutter"
37-
},
38-
"sandbox": {
39-
"services": [
40-
"fuchsia.accessibility.ToggleBroadcaster",
41-
"fuchsia.fonts.Provider",
42-
"fuchsia.modular.Clipboard",
43-
"fuchsia.sys.Environment",
44-
"fuchsia.sys.Launcher",
45-
"fuchsia.ui.scenic.Scenic"
46-
]
47-
}
48-
}
34+
{}
4935
```
5036
### Step 3 - Deploy the Application
5137

0 commit comments

Comments
 (0)