Skip to content

Commit 4838415

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

markdown/articles/developer/flutter-fuchsia.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ summary: Walkthrough on running a Flutter app on FImage
66
## Running a Flutter App on Fuchsia with FImage
77
This guide assumes you have already configured FImage for Flutter development. If you have not, see [Setting up FImage for Application Development >](fimage-setup)
88

9-
Note: Due to this blocking issue - [Fuchsia Issue 77566](https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=77566) - this guide does not work. We will keep this document updated as the situation develops.
9+
~~Note: Due to this blocking issue - [Fuchsia Issue 77566](https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=77566) - this guide does not work. We will keep this document updated as the situation develops.~~
10+
11+
Flutter should work fine with most apps. If your application uses 3rd-party packages that don't support Fuchsia, it might not work.
1012

1113
### Step 1 - Configure FImage Environment Variables
1214
Before you can deploy your Flutter app, you must register FImage's SSH configuration with the Flutter tool.
@@ -56,4 +58,4 @@ Once the emulator is started and on the home screen, it should show up under `fl
5658
```bash
5759
flutter run -d fuchsia --verbose
5860
```
59-
The application should compile and launch on the virtual device. Currently, the Flutter tool has a bug that prevents the application from being deployed, so this guide may not work, see [Fuchsia Issue 77566](https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=77566) for details.
61+
The application should compile and launch on the virtual device.

0 commit comments

Comments
 (0)