add examples
[webi-installers/.git] / flutter / flutter.bash
index 6fe96881a93b346d4073fb87df4b648b0458a180..548ef72ae0247feb79487d0526591df3b43d326c 100644 (file)
@@ -5,6 +5,10 @@
 # tagline: UI Toolkit for mobile, web, and desktop
 # description: |
 #   Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
+# examples: |
+#   ```bash
+#   flutter create my_app
+#   ```
 
 set -e
 set -u