Skip to content

Commit 2d58235

Browse files
authored
Update README.md
1 parent 62fe831 commit 2d58235

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ If you want more in-depth information about go-flutter, read the [wiki](https://
3434
- Linux :penguin:
3535
- MacOS :apple:
3636
- Windows :checkered_flag:
37-
- **Hot Reload**
37+
- [**Hot Reload**](https://github.com/go-flutter-desktop/go-flutter/issues/129#issuecomment-513590141)
3838
- Plugin system
3939
- BinaryMessageCodec, BinaryMessageChannel
4040
- StandardMessageCodec, JSONMessageCodec
4141
- StandardMethodCodec, **MethodChannel**
42+
- Plugin detection for [suppoted plugins](https://github.com/go-flutter-desktop/go-flutter/wiki/Create-a-hover-compatible-plugin)
4243
- Importable as Go library into custom projects
4344
- UTF-8 Text input
4445
- Clipboard copy & paste
@@ -52,6 +53,8 @@ If you want more in-depth information about go-flutter, read the [wiki](https://
5253
- Mouse-over/hovering
5354
- Mouse-buttons
5455
- RawKeyboard events (through `RawKeyEventDataLinux` regardless of the platform)
56+
- Distribution format (windows-msi, mac-dmg, linux-appimage, and more)
57+
- Cross-compiling using docker :whale:
5558

5659
Are you missing a feature? [Open an issue!](https://github.com/go-flutter-desktop/go-flutter/issues/new)
5760

0 commit comments

Comments
 (0)