From 1400d247ae18ef248d1c151dad0933d7067537cf Mon Sep 17 00:00:00 2001 From: Ray Li Date: Tue, 27 Nov 2018 12:12:55 -0600 Subject: [PATCH] Update ReadMe with Resources *Update ReadMe with links to new resources. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa73f2d..079e612 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,22 @@ Flutter is very new so there are some features and libraries missing that would --- ->Image Gallery +>Image Gallery ✔️ Something to view images with. Android doesn't have a good image viewing library either (sigh). +**UPDATE:** https://github.com/tinylife-io/flutter_scroll_gallery + >Change Button's Inner Contents on Press -There's no way to set text/icon color when a button is pressed. This lack of functionality really limits the range of buttons one can create. +There's no way to set text/icon color when a button is pressed. This lack of functionality really limits the range of buttons one can create. ->Video Player +>Video Player ✔️ Something to play trailer videos or just videos in general. +**UPDATE:** https://github.com/brianegan/chewie + --- If any of the above now exists, please let me know.