From 97e875120bb2ad3bb9196e253ddc665b38bd1cb5 Mon Sep 17 00:00:00 2001 From: supitsara prathan Date: Thu, 19 Oct 2017 22:30:57 +0700 Subject: [PATCH 01/22] Added my open source project for sharing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16629fb..3c73013 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Plugins / IOS - Android additions - [Flitch](https://github.com/matanlurey/flitch) - Twitch client for Flutter by [Matan Lurey](https://twitter.com/matanlurey). - [WikiFlutter](https://github.com/nanowang/wiki-flutter) - Wikipedia reader by [Nano WANG](https://github.com/nanowang) - [DartHub](https://github.com/SamThompson/dart_hub) - GitHub client written in flutter by [Sam Thompson](https://github.com/SamThompson) +- [CryptoMarket](https://github.com/prathanbomb/crypto_market) - Cryptocurrency market capitalizations by [Supitsara Prathan](https://medium.com/@prathanbomb) ### Games From 756b8547f7c6e3197e314536a1c504b6b23d35ca Mon Sep 17 00:00:00 2001 From: Roi Date: Thu, 19 Oct 2017 19:33:26 +0300 Subject: [PATCH 02/22] planets-flutter planets-flutter - open source app & tutorials --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16629fb..61b9898 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Coding an Android App](https://code.tutsplus.com/tutorials/developing-an-android-app-with-flutter--cms-28270) - Setup and first app by [Ashraff Hathibelagal](https://github.com/hathibelagal) - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs with Flutter by Google Code Labs - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase Flutter by Google Code Labs +- [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) ### Advanced @@ -211,6 +212,7 @@ Plugins / IOS - Android additions - [Flitch](https://github.com/matanlurey/flitch) - Twitch client for Flutter by [Matan Lurey](https://twitter.com/matanlurey). - [WikiFlutter](https://github.com/nanowang/wiki-flutter) - Wikipedia reader by [Nano WANG](https://github.com/nanowang) - [DartHub](https://github.com/SamThompson/dart_hub) - GitHub client written in flutter by [Sam Thompson](https://github.com/SamThompson) +- [Planets-Flutter](https://github.com/sergiandreplace/planets-flutter) ### Games From c1e9b09d16b2fb752c5f21325472fe40fee201c5 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 25 Oct 2017 14:54:04 +0200 Subject: [PATCH 03/22] Flame Game Engine --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad7cc7..9423015 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Plugins / IOS - Android additions - [Flitch](https://github.com/matanlurey/flitch) - Twitch client for Flutter by [Matan Lurey](https://twitter.com/matanlurey). - [WikiFlutter](https://github.com/nanowang/wiki-flutter) - Wikipedia reader by [Nano WANG](https://github.com/nanowang) - [DartHub](https://github.com/SamThompson/dart_hub) - GitHub client written in flutter by [Sam Thompson](https://github.com/SamThompson) -- [Planets-Flutter](https://github.com/sergiandreplace/planets-flutter) +- [Planets-Flutter](https://github.com/sergiandreplace/planets-flutter) - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com) - [CryptoMarket](https://github.com/prathanbomb/crypto_market) - Cryptocurrency market capitalizations by [Supitsara Prathan](https://medium.com/@prathanbomb) ### Games @@ -233,6 +233,10 @@ Plugins / IOS - Android additions - [Butterfly](https://github.com/yjbanov/butterfly) - Web framework for Dart based on Flutter's widget model - [Angel & Flutter](https://github.com/angel-example/flutter) - Simple todo app with Flutter and an Angel backend by [Tobe Osakwe](http://thosakwe.com) +### Game + +- [Flame](https://github.com/luanpotter/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter) + ## Helpers - [Official Mailing list](https://groups.google.com/forum/m/#!forum/flutter-dev) - Discussions, support, exchange on Flutter From 7a4432a684cd31c1c857eaa90a1c81753bd4414f Mon Sep 17 00:00:00 2001 From: Paul DeMarco Date: Wed, 25 Oct 2017 14:44:37 -0400 Subject: [PATCH 04/22] Fixed minor typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9423015..81a6638 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by Viktor Lidholt - [Color Picker](https://github.com/dart-flitter/flutter_color_picker) - Primary, Accent & RGB colors selection by [Hadrien Lejard](https://twitter.com/HadrienLejard) - [3D Object](https://github.com/hemanthrajv/flutter_3d_obj) - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv) -- [Contact Picket](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) +- [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) ### Templates @@ -193,7 +193,7 @@ Plugins / IOS - Android additions - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - by [Hadrien Lejard](https://twitter.com/HadrienLejard) - [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Flutters plugins filter in Dart Pub Repository - [Flutter Location](https://github.com/Lyokone/flutterlocation) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone) -- [Flutter Blue](https://github.com/pauldemarco/flutter_blue) - Bluetooth plugin by [Paul de Marco](https://github.com/pauldemarco) +- [Flutter Blue](https://github.com/pauldemarco/flutter_blue) - Bluetooth plugin by [Paul DeMarco](https://github.com/pauldemarco) - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) From 3484c9ae7c1b2a545484cfbde7127876817e0b36 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 3 Nov 2017 14:15:47 +0100 Subject: [PATCH 05/22] Circular Chart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81a6638..7858f88 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [3D Object](https://github.com/hemanthrajv/flutter_3d_obj) - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv) - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) +- [Circular Chart](https://github.com/xqwzts/flutter-redux-todo-list) - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts) ### Templates From 2df6c096668feb8ec3f68987bfb4af7722233697 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 3 Nov 2017 14:16:19 +0100 Subject: [PATCH 06/22] Circular Chart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7858f88..ebb9d5b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [3D Object](https://github.com/hemanthrajv/flutter_3d_obj) - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv) - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) -- [Circular Chart](https://github.com/xqwzts/flutter-redux-todo-list) - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts) +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts) ### Templates From dc78f80f9a1da32dfa43cbd9bda094d352501ec1 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 3 Nov 2017 20:59:41 +0100 Subject: [PATCH 07/22] LineChart and VerticalBarChart --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ebb9d5b..035e2bd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,13 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [3D Object](https://github.com/hemanthrajv/flutter_3d_obj) - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv) - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) + +#### Charts + - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts) +- [Flutter Charts](https://github.com/mzimmerm/flutter_charts) - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm) + + ### Templates From 4182c9640e541aedb847d0e64bd379cba1611be0 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 4 Nov 2017 11:05:04 +0100 Subject: [PATCH 08/22] Delete _config.yml --- _config.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 259a24e..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-tactile \ No newline at end of file From 8bb3f9758915e3525aad728614743842d6bcc5c8 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 7 Nov 2017 23:51:23 +0100 Subject: [PATCH 09/22] Google Map View --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 035e2bd..c378fb1 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [3D Object](https://github.com/hemanthrajv/flutter_3d_obj) - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv) - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/) #### Charts From d92e9533175681b2ee91c3105f7127282579dc8b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 12 Nov 2017 13:46:04 +0100 Subject: [PATCH 10/22] Rich Text Editor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c378fb1..15121e5 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking a contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/) +- [Rich Text Editor](https://github.com/long1eu/rich_editor) - Text editor with style by [Lung Razvan](https://github.com/long1eu) #### Charts @@ -120,7 +121,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) ### Navigation - [Fluro](https://github.com/goposse/fluro) - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com) -- [Circle Indicator](https://pub.dartlang.org/packages/circle_indicator) - Circle indicator for the PageViewer by [Lung Razvan](https://github.com/thelong1EU) +- [Circle Indicator](https://pub.dartlang.org/packages/circle_indicator) - Circle indicator for the PageViewer by [Lung Razvan](https://github.com/long1eu) - [Quick Actions](https://github.com/flutter/plugins/tree/master/packages/quick_actions) - Manage and interact with the application's home screen quick actions. ### Auth From decca49760893ff5883789ac5c922b494ae55242 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 15 Nov 2017 12:41:47 +0100 Subject: [PATCH 11/22] Color Picker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15121e5..360dd96 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike) - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/) - [Rich Text Editor](https://github.com/long1eu/rich_editor) - Text editor with style by [Lung Razvan](https://github.com/long1eu) +- [Material Color Picker](https://github.com/long1eu/material_color_picker) - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu) #### Charts From d40237ca23084c1a72f64eb7bfdd9ec2362c1969 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 22 Nov 2017 20:21:07 +0100 Subject: [PATCH 12/22] Flutter labs is more appropriate as starter --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 360dd96..73105cb 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,9 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) ### Begin with -- [FLUTTER from Install to ListView](https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8) - Full serie of 4 articles by [Chema Rubio](https://twitter.com/develodroid) +- [Flutter Labs](https://codelabs.developers.google.com/codelabs/flutter/index.html#0) - Building beautiful UIs with Flutter step by step - [Zero to One with Flutter](https://medium.com/dartlang/zero-to-one-with-flutter-43b13fd7b354) - Flutter basics by [Mikkel Ravn](https://medium.com/@mravn) +- [FLUTTER from Install to ListView](https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8) - Full serie of 4 articles by [Chema Rubio](https://twitter.com/develodroid) ### Misc From 5a4743c201b20c373c00e91fea676f2d2ce95e79 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 25 Nov 2017 14:47:54 +0100 Subject: [PATCH 13/22] Updated Video Player & rm WebP that's now supported --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73105cb..84c84c0 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,8 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) ### Media - [Audio Plugin](https://github.com/rxlabz/audioplayer) - Beta by [Erick Ghaumez](https://twitter.com/rxlabz) -- [Video Player](https://github.com/rxlabz/flutter_videoplayer) - Beta by [Erick Ghaumez](https://twitter.com/rxlabz) +- [Video Player](https://github.com/sigurdm/video_player) - Playing video by [Sigurd Meldgaard](https://github.com/sigurdm) - [Video Launcher](https://github.com/rxlabz/flutter_video_launcher) - Launch a video player by [Erick Ghaumez](https://twitter.com/rxlabz) -- [WebP/WebM](https://github.com/flutter/flutter/issues/9857) - Currently in progress #### Voice From 90446fcdc6cf2f9b784a662be64d99c55269a426 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 27 Nov 2017 12:30:08 +0100 Subject: [PATCH 14/22] Corrected bubbling link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c84c0..27a748d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Rx Search](https://github.com/ReactiveX/rxdart/tree/master/example/flutter/github_search) - Using RxDart to animate a Search Widget. - [Flutter Dart Streams](https://gitlab.com/brianegan/flutter_stream_friends) - By Brian Egan -- [Bubbling & Notification](https://rxlabz.github.io/dart,/flutter/2017/04/26/flutter-notification.html) - By [Erick Ghaumez](https://twitter.com/rxlabz) (French) +- [Bubbling & Notification](https://rxlabz.github.io/dart,/flutter/2017/04/27/flutter-notification.html) - By [Erick Ghaumez](https://twitter.com/rxlabz) (French) ### Howtos From 1f488a231a0078491b027a8391e1a4b48feb1a57 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 4 Dec 2017 23:54:20 +0100 Subject: [PATCH 15/22] Architecture samples by Brian Egan --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 27a748d..8ca43d9 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,6 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Zero to One with Flutter](https://medium.com/dartlang/zero-to-one-with-flutter-43b13fd7b354) - Flutter basics by [Mikkel Ravn](https://medium.com/@mravn) - [FLUTTER from Install to ListView](https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8) - Full serie of 4 articles by [Chema Rubio](https://twitter.com/develodroid) -### Misc - -- [Zero to One Flutter Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn) - ### Tutorial - [Coding an Android App](https://code.tutsplus.com/tutorials/developing-an-android-app-with-flutter--cms-28270) - Setup and first app by [Ashraff Hathibelagal](https://github.com/hathibelagal) @@ -72,11 +68,12 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) ### Advanced - [Rx Search](https://github.com/ReactiveX/rxdart/tree/master/example/flutter/github_search) - Using RxDart to animate a Search Widget. -- [Flutter Dart Streams](https://gitlab.com/brianegan/flutter_stream_friends) - By Brian Egan +- [Flutter Dart Streams](https://gitlab.com/brianegan/flutter_stream_friends) - By [Brian Egan](https://github.com/brianegan) - [Bubbling & Notification](https://rxlabz.github.io/dart,/flutter/2017/04/27/flutter-notification.html) - By [Erick Ghaumez](https://twitter.com/rxlabz) (French) ### Howtos +- [Zero to One Flutter Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn) - [Drag&Drop](https://github.com/rxlabz/flutter_dropcity) - By [Erick Ghaumez](https://twitter.com/rxlabz) - [Google Map for Android](https://github.com/FaisalAbid/flutter-google-maps) - Launching Google maps from Android by [Faisal Abid](https://twitter.com/FaisalAbid) - [Crashy](https://github.com/yjbanov/crashy) - Demonstrate how to capture and report errors @@ -90,6 +87,9 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) ## Components +### Ready to Go +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan) + ### Demonstrations - [Flutter Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo app for the material design widgets and other features provided by Flutter. From fcddf45b442021c9a0e50f85939b75b1f6e8b7c7 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 4 Dec 2017 23:19:03 -0600 Subject: [PATCH 16/22] Update README.md Added link to published apps. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ca43d9..692cc0e 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Plugins / IOS - Android additions - [Hamilton](https://itunes.apple.com/fr/app/hamilton-the-official-app/id1255231054?mt=8&ign-mpt=uo%3D4) - Introducing Hamilton — The Official App. Fans’ access to all things Hamilton: An American Musical. - [Newsvoice](https://itunes.apple.com/se/app/newsvoice/id1208421834?l=en&mt=8) - Newsvoice shows all the news and perspectives from high quality sources in one place. - [Bendometer](https://itunes.apple.com/us/app/bendometer/id772557902?mt=8) - "Harmonica tuner". Learn how to play bends on your harmonica. +- [Ecuestre Digital](https://itunes.apple.com/mx/app/ecuestre-digital/id1183799348?mt=8) - Ecuestre Digital provides real-time results and video streaming of Equestrian Events. ## License From 2beaefa3dbc8777365ad932f8ab0d1f1371d5cd7 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Tue, 5 Dec 2017 16:54:00 -0800 Subject: [PATCH 17/22] Add VoidRealms to the video tutorials list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 692cc0e..ac9d84e 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ Plugins / IOS - Android additions - [Flutter Talks](https://www.youtube.com/playlist?list=PLW08AvVvHDpHFQjXnjv4CKPyAdFLPMW4q&disable_polymer=true) - Extensive list of Flutter videos in a dedicated Youtube Channel by [Brandon Donnelson](https://twitter.com/branflake2267), Dart Developer Summit and others. - [Dart Streams](https://www.youtube.com/playlist?list=PLlpxjI4sVd-zZ1jpJHJMSHGiWInsvwwf_) - Flutter dedicated channel on Dart-Streams - [Bram Vanbilsen Tutorials](https://www.youtube.com/watch?v=CEPCGXQ7IQg&list=PLxU9Ryxq6p58PsNmJL70J4_7UzfSqf35n) - Discover SDK using VSCode by Bram Vanbilsen +- [Flutter tutorials from VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) ## Bonus From 1d98f8a27b3144c3297a0664fd31e6e33710ec0e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 9 Dec 2017 11:38:52 +0100 Subject: [PATCH 18/22] Flutter OAuth --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9d84e..ddc7d42 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,13 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Flutter Charts](https://github.com/mzimmerm/flutter_charts) - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm) - ### Templates - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) - A nice movie details page by [Iiro Krankka](https://github.com/roughike) - [Flutter Mates](https://github.com/CodemateLtd/FlutterMates) - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike) ### Navigation + - [Fluro](https://github.com/goposse/fluro) - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com) - [Circle Indicator](https://pub.dartlang.org/packages/circle_indicator) - Circle indicator for the PageViewer by [Lung Razvan](https://github.com/long1eu) - [Quick Actions](https://github.com/flutter/plugins/tree/master/packages/quick_actions) - Manage and interact with the application's home screen quick actions. @@ -132,6 +132,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth - [Facebook Auth](https://medium.com/@segaud.kevin/facebook-oauth-login-flow-with-flutter-9adb717c9f2e) - Facebook OAuth by [Kevin Segaud](https://twitter.com/kevin_segaud) +- [Flutter OAuth](https://github.com/hitherejoe/FlutterOAuth) - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com) ### Text & Rich Content From 582be6072939d0749edbce71285f2ab14d76dd45 Mon Sep 17 00:00:00 2001 From: Alessandro Caliaro Date: Tue, 12 Dec 2017 19:15:23 +0100 Subject: [PATCH 19/22] Add Zebra EMDK link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddc7d42..3b4bded 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Plugins / IOS - Android additions ### Misc - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery +- [Zebra EMDK](https://github.com/acaliaro/flutterZebraEmdk) - Use Zebra EMDK to access Barcode Scanner API ## Open Source Apps From 5518159568ce2394e1906e00b6777b605b47bd5e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 14 Dec 2017 10:26:32 +0100 Subject: [PATCH 20/22] NewsBuzz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b4bded..b260853 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Plugins / IOS - Android additions - [DartHub](https://github.com/SamThompson/dart_hub) - GitHub client written in flutter by [Sam Thompson](https://github.com/SamThompson) - [Planets-Flutter](https://github.com/sergiandreplace/planets-flutter) - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com) - [CryptoMarket](https://github.com/prathanbomb/crypto_market) - Cryptocurrency market capitalizations by [Supitsara Prathan](https://medium.com/@prathanbomb) +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia) ### Games From 6eeb1821f380b30e55571951c6b7c71d5f604324 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 19 Dec 2017 21:27:35 +0100 Subject: [PATCH 21/22] Scrum Certification Trainer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b260853..2744dd3 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,8 @@ Plugins / IOS - Android additions - [Hamilton](https://itunes.apple.com/fr/app/hamilton-the-official-app/id1255231054?mt=8&ign-mpt=uo%3D4) - Introducing Hamilton — The Official App. Fans’ access to all things Hamilton: An American Musical. - [Newsvoice](https://itunes.apple.com/se/app/newsvoice/id1208421834?l=en&mt=8) - Newsvoice shows all the news and perspectives from high quality sources in one place. - [Bendometer](https://itunes.apple.com/us/app/bendometer/id772557902?mt=8) - "Harmonica tuner". Learn how to play bends on your harmonica. -- [Ecuestre Digital](https://itunes.apple.com/mx/app/ecuestre-digital/id1183799348?mt=8) - Ecuestre Digital provides real-time results and video streaming of Equestrian Events. +- [Ecuestre Digital](https://itunes.apple.com/mx/app/ecuestre-digital/id1183799348?mt=8) - Ecuestre Digital provides real-time results and video streaming of Equestrian Events. +- [Scrumizer](https://play.google.com/store/apps/details?id=com.robbieone.scrumizer&hl=fr) - Scrum master and product owner certification trainer by [Robert Felker](https://www.linkedin.com/in/robert-felker/) ## License From 2b66bda983643e010b7585fc4ba1a4811a07f66f Mon Sep 17 00:00:00 2001 From: Esteve Aguilera Date: Thu, 28 Dec 2017 21:13:40 +0100 Subject: [PATCH 22/22] Fix link that points to French Google Play --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2744dd3..9f12a7f 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ Plugins / IOS - Android additions - [Newsvoice](https://itunes.apple.com/se/app/newsvoice/id1208421834?l=en&mt=8) - Newsvoice shows all the news and perspectives from high quality sources in one place. - [Bendometer](https://itunes.apple.com/us/app/bendometer/id772557902?mt=8) - "Harmonica tuner". Learn how to play bends on your harmonica. - [Ecuestre Digital](https://itunes.apple.com/mx/app/ecuestre-digital/id1183799348?mt=8) - Ecuestre Digital provides real-time results and video streaming of Equestrian Events. -- [Scrumizer](https://play.google.com/store/apps/details?id=com.robbieone.scrumizer&hl=fr) - Scrum master and product owner certification trainer by [Robert Felker](https://www.linkedin.com/in/robert-felker/) +- [Scrumizer](https://play.google.com/store/apps/details?id=com.robbieone.scrumizer) - Scrum master and product owner certification trainer by [Robert Felker](https://www.linkedin.com/in/robert-felker/) ## License