From 25648a96399943716fc303556f2292a7a592e7c8 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Sun, 13 Nov 2022 00:08:16 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03f830a5..116dd386 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ It will generate `pocketpy.h` and `main.cpp` in `amalgamated/` directory. You ca ```bash g++ -o pocketpy src/main.cpp --std=c++17 -O1 ``` +## Flutter Plugin + +https://github.com/blueloveTH/pocketpy-flutter ## Reference