From c6ce0998e65cd78ffe2013b16db2e5d2c7cf1be8 Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Sun, 5 May 2019 17:21:26 -0700 Subject: [PATCH] Added Veggie Seasons to the index (#73) --- INDEX.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INDEX.md b/INDEX.md index a2643edff..7c478a600 100644 --- a/INDEX.md +++ b/INDEX.md @@ -56,6 +56,16 @@ for state management. ## UI +#### [Veggie Seasons](veggieseasons) _(Flutter team)_ + +[Available on the App Store!](https://itunes.apple.com/is/app/veggie-seasons/id1450855435) + +Veggie Seasons is a published iOS app that displays seasonality, vitamin +content, and trivia for a bunch of different fruits and veggies. If you're +interested in learning how to use Flutter's +[Cupertino](https://flutter.dev/docs/development/ui/widgets/cupertino) package +to build interfaces for iOS, it's a great place to start. + #### [Flutter UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [![GitHub stars](https://img.shields.io/github/stars/iampawan/Flutter-UI-Kit.svg?style=social&label=Star)](https://github.com/iampawan/Flutter-UI-Kit) [![GitHub forks](https://img.shields.io/github/forks/iampawan/Flutter-UI-Kit.svg?style=social&label=Fork)](https://github.com/iampawan/Flutter-UI-Kit/fork) Another sample from Flutter GDE Pawan Kumar, this repo includes a variety of polished UI examples.