From 6072f7af4792d78afa516ca275abdc39fea675ac Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Mon, 27 Jan 2020 15:29:20 -0800 Subject: [PATCH] Added OS text to README. --- veggieseasons/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/veggieseasons/README.md b/veggieseasons/README.md index 11ed28cb950..114b3563aac 100644 --- a/veggieseasons/README.md +++ b/veggieseasons/README.md @@ -1,10 +1,13 @@ # Veggie Seasons -An app that shows which fruits and vegetables are currently in season. It +An iOS app that shows which fruits and vegetables are currently in season. It showcases Flutter's Cupertino package. [Available now in the App Store!](https://itunes.apple.com/is/app/veggie-seasons/id1450855435) +**NOTE:** While Flutter supports many platforms, this application is designed +specifically for iOS. It's not intended to be run on Android, web, or desktop. + ## Goals * Show how to build an interface that iOS users will feel right at home