add examples

This commit is contained in:
AJ ONeal
2020-04-28 00:11:18 +00:00
parent 07b4e36eed
commit 77be4eb172
9 changed files with 121 additions and 0 deletions
+4
View File
@@ -5,6 +5,10 @@
# tagline: UI Toolkit for mobile, web, and desktop
# description: |
# Flutter is Googles 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