From 65f9d456652de055dcbf783f55d738742610c38d Mon Sep 17 00:00:00 2001 From: Jan Boon Date: Mon, 30 Apr 2018 09:51:18 +0800 Subject: [PATCH 1/5] Add Mapbox GL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e8e77..f04cc71 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [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/) - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com) - [Flutter Map](https://github.com/apptreesoftware/flutter_map) - Open-source map solution (based on [Leaflet](http://leafletjs.com/)), easily customizable, contributions welcome. By [AppTree Software](https://github.com/apptreesoftware) +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) - Interactive, customizable vector maps by Mapbox. #### Charts From 0eea9d85f388dd85087072f36151487dced08e6f Mon Sep 17 00:00:00 2001 From: Rody Davis <31253215+AppleEducate@users.noreply.github.com> Date: Mon, 7 May 2018 08:21:42 -0400 Subject: [PATCH 2/5] Updated Info and Added Get Version to Plugins - Fixed Description for "App Rating" Plugin - Added "Get Version" to Plugins --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39bff85..8e09fc7 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,8 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Geolocation](https://github.com/loup-v/geolocation) - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io) - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB) - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) - Implementation of Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly) -- [App Rating](https://github.com/AppleEducate/app_review) - App Story and Google Play Ratings by [Rody Davis](http://appleeducate.com) +- [App Rating](https://github.com/AppleEducate/app_review) - A Plugin for Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com) +- [Get Version](https://github.com/AppleEducate/get_version) - A Plugin to get Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com) ### Plugins development From 31cca39706d42eab73f303ed5e34730c4e2b66cb Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 7 May 2018 20:37:52 +0200 Subject: [PATCH 3/5] BitRise for build automation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39bff85..7f1ce0b 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,6 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) - How to make a custom plug-in for flutter ? by [Karthik Ponnam](https://medium.com/@KarthikPonnam) - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) -#### Build Automation - -- [Test Flutter on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov) -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov) - ## Components ### Demonstrations @@ -166,7 +161,13 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) ### Build & Development - [Mutisya](http://mutisya.com/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya) + +#### Build automation + - [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov) +- [Test Flutter on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov) +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov) +- [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak) ### Styling From b91411388f738578299793b877a51f614ecfa839 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 7 May 2018 20:42:02 +0200 Subject: [PATCH 4/5] Introduction to Flutter - Faisal Abid --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f1ce0b..d23aed3 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ If you appreciate the content 📖 please give a ⭐ to help project visibility. ## Introduction - -screen shot 2017-05-09 at 14 24 22 + +
-Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) +Introduction to Flutter - Faisal Abid
## Articles From 6e3f43eeb4941bde4169a2887d3accc7b446e833 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 8 May 2018 08:24:52 +0200 Subject: [PATCH 5/5] Wording compliance --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8e09fc7..4cbe2dd 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [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) - [Weather](https://github.com/alessandroaime/Weather) - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime) - [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) -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) - 🍝 restaurant menu by [Braulio Cassule](https://github.com/braulio94) +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) - Restaurant menu by [Braulio Cassule](https://github.com/braulio94) - [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe) - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) - iOS Settings by [Matthias Rupp](https://github.com/matthinc) - [Music Player](https://github.com/thosakwe/flutter_music_player) - music player component by [Tobe O](https://thosakwe.com/) @@ -223,7 +223,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Flutter Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins - [Sqflite](https://github.com/tekartik/sqflite) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/) - [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 +- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - 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) - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery @@ -232,8 +232,8 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [Geolocation](https://github.com/loup-v/geolocation) - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io) - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB) - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) - Implementation of Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly) -- [App Rating](https://github.com/AppleEducate/app_review) - A Plugin for Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com) -- [Get Version](https://github.com/AppleEducate/get_version) - A Plugin to get Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com) +- [App Rating](https://github.com/AppleEducate/app_review) - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com) +- [Get Version](https://github.com/AppleEducate/get_version) - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com) ### Plugins development @@ -261,10 +261,10 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar) - [Heroes Companion](https://github.com/arranf/Heroes-Companion) - Companion app for Heroes of Storm including redux and sqflite by [arranf](https://github.com/arranf) - [CryptoShadow](https://github.com/huextrat/CryptoShadow) - CryptoCurrency Tracker by [Hugo EXTRAT](https://github.com/huextrat) -- [Trovami](https://github.com/Samaritan1011001/Trovami) - A live location sharing app built on Flutter and Firebase as backend by [Manoj NB](https://github.com/Samaritan1011001) +- [Trovami](https://github.com/Samaritan1011001/Trovami) - Live location sharing app built on Flutter and Firebase as backend by [Manoj NB](https://github.com/Samaritan1011001) - [Music Player](https://github.com/iampawan/Flutter-Music-Player) - Full featured music player by [Pawan Kumar](https://about.me/imthepk) - [Planty](https://github.com/Ivaskuu/plantly) - Plants shop by [Ivascu Adrian](https://github.com/Ivaskuu) -- [inKino](https://github.com/roughike/inKino) - A complete movie app that uses flutter_redux for state management, has nice transition animations, and a comprehensive set of widget & unit tests, by [Iiro Krankka](https://github.com/roughike) +- [inKino](https://github.com/roughike/inKino) - Complete movie app that uses flutter_redux for state management, has nice transition animations, and a comprehensive set of widget & unit tests, by [Iiro Krankka](https://github.com/roughike) ## Frameworks @@ -273,7 +273,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [GreenCat](https://github.com/alexeieleusis/greencat) - Port of Redux to Dart, including Redux Thunk - [Flutter built redux](https://github.com/davidmarne/flutter_built_redux) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne) - [redux.dart](https://github.com/johnpryan/redux.dart) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects) -- [flutter_redux](https://github.com/brianegan/flutter_redux) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), a set of utilities that allow you to easily consume a Redux Store to build Flutter Widgets. +- [flutter_redux](https://github.com/brianegan/flutter_redux) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Flutter Widgets. ### Game @@ -294,7 +294,7 @@ Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17) - [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. - [Hookle](https://www.hookle.net/) - Manage your social media in one place -- [inKino](https://github.com/roughike/inKino) - A complete movie app that uses flutter_redux for state management, has nice transition animations, and a comprehensive set of widget & unit tests, by [Iiro Krankka](https://github.com/roughike) +- [inKino](https://github.com/roughike/inKino) - Complete movie app that uses flutter_redux for state management, has nice transition animations, and a comprehensive set of widget & unit tests, by [Iiro Krankka](https://github.com/roughike) ## License