1
0
Fork 0
mirror of https://github.com/Solido/awesome-flutter.git synced 2025-02-10 15:45:14 -05:00
flutter/README.md

286 lines
18 KiB
Markdown
Raw Normal View History

# Awesome Flutter [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2017-05-07 13:48:00 +02:00
2017-10-10 17:33:10 +02:00
## Getting effective quickly
[<img src="https://flutter.io/images/flutter-mark-square-100.png" width="100">](http://flutter.io)
2017-05-10 21:03:36 +02:00
> An awesome style list that curates the best [Flutter](http://flutter.io) libraries, tools, tutorials, articles and more.
2017-05-07 13:48:00 +02:00
2017-05-10 21:07:21 +02:00
Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase.
The goal is to enable developers to deliver high-performance apps that feel natural on different platforms. We embrace differences in scrolling behaviors, typography, icons, and more.
2017-05-10 21:08:34 +02:00
Contributions welcome. Add links through pull requests or create an issue to start a discussion.
2017-05-25 16:05:16 +02:00
If you appreciate the content 📖 please give a ⭐ to help project visibility.
2017-05-07 15:33:19 +02:00
<div style="text-align: center"><table><tr>
<td style="text-align: center">
2017-05-08 20:04:13 +02:00
<img src="https://cdn-images-1.medium.com/max/1600/1*te0NUsn8_bj0S1VyvF_awA.gif" width="200" />
2017-05-07 15:33:19 +02:00
</td>
2017-05-07 15:41:16 +02:00
<td style="text-align: center">
2017-05-08 20:04:13 +02:00
<img src="https://cloud.githubusercontent.com/assets/1295961/25781521/5e2a9738-333b-11e7-825d-a6672b1f0b73.gif" width="200"/>
2017-05-07 15:41:16 +02:00
</td>
2017-05-08 20:04:13 +02:00
<td style="text-align: center">
<img src="https://cloud.githubusercontent.com/assets/1295961/25817980/5d9033ca-3429-11e7-8cb3-7c939cba80ba.gif" width="200"/>
</td>
2017-05-07 15:33:19 +02:00
</tr></table></div>
## Contents
- [Introduction](#introduction)
- [Articles](#articles)
- [Components](#components)
- [Navigation](#navigation)
- [Utilities](#utilities)
- [Seeds](#seeds)
- [Plugins](#plugins)
- [Open Source Apps](#open-source-apps)
- [Frameworks](#frameworks)
2017-08-14 18:10:52 +02:00
- [Helpers](#helpers)
- [Videos](#videos)
- [Bonus](#bonus)
## Introduction
2017-05-09 14:32:31 +02:00
2017-05-20 16:37:45 +02:00
<a href="https://www.youtube.com/watch?v=w2TcYP8qiRI&list=PLlpxjI4sVd-zZ1jpJHJMSHGiWInsvwwf_&index=1">
<img width="500" alt="screen shot 2017-05-09 at 14 24 22" src="https://i.ytimg.com/vi/w2TcYP8qiRI/hqdefault.jpg?custom=true&w=246&h=138&stc=true&jpg444=true&jpgq=90&sp=68&sigh=zXUvkCX43IUEGlt5LkrvJcNRvEc">
2017-05-09 14:32:31 +02:00
<br>
2017-05-20 16:37:45 +02:00
Single Codebase, Two Apps with Flutter and Firebase (Google I/O '17)
2017-05-09 14:32:31 +02:00
</a>
2017-05-07 13:48:00 +02:00
## Articles
2017-05-07 17:38:08 +02:00
### Begin with
- [Flutter Labs](https://codelabs.developers.google.com/codelabs/flutter/index.html#0) - Building beautiful UIs with Flutter step by step
2017-05-10 21:21:57 +02:00
- [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)
2017-05-07 17:38:08 +02:00
2017-05-07 17:42:57 +02:00
### Tutorial
2017-05-10 21:21:57 +02:00
- [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)
2017-05-18 00:54:45 +02:00
- [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)
2017-05-07 17:42:57 +02:00
2017-05-07 17:38:08 +02:00
### Advanced
2017-05-10 19:44:12 +02:00
- [Rx Search](https://github.com/ReactiveX/rxdart/tree/master/example/flutter/github_search) - Using RxDart to animate a Search Widget.
2017-12-04 23:54:20 +01:00
- [Flutter Dart Streams](https://gitlab.com/brianegan/flutter_stream_friends) - By [Brian Egan](https://github.com/brianegan)
2017-11-27 12:30:08 +01:00
- [Bubbling & Notification](https://rxlabz.github.io/dart,/flutter/2017/04/27/flutter-notification.html) - By [Erick Ghaumez](https://twitter.com/rxlabz) (French)
2017-05-07 13:48:00 +02:00
### Howtos
2017-12-04 23:54:20 +01:00
- [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)
2017-05-26 11:39:03 +02:00
- [Google Map for Android](https://github.com/FaisalAbid/flutter-google-maps) - Launching Google maps from Android by [Faisal Abid](https://twitter.com/FaisalAbid)
2017-08-14 18:19:41 +02:00
- [Crashy](https://github.com/yjbanov/crashy) - Demonstrate how to capture and report errors
2017-08-19 13:20:44 +02:00
- [Securing Flutter Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) - By Mehmet Fidanboylu
2017-10-10 17:33:10 +02:00
- [Flutter Redux Todo](https://github.com/xqwzts/flutter-redux-todo-list) - Todo application by [Victor Choueiri](https://github.com/xqwzts)
2017-05-07 13:48:00 +02:00
#### 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)
2017-05-07 13:48:00 +02:00
## Components
2017-12-04 23:54:20 +01:00
### 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
2017-05-29 21:34:18 +02:00
- [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.
- [Posse Gallery](https://github.com/flutter/posse_gallery) - Demonstration by [Posse](http://goposse.com)
- [Flutter Examples](https://github.com/nisrulz/flutter-examples) - Simple basic isolated apps for budding flutter devs, by [Nishant Srivastava](https://github.com/nisrulz)
2017-05-07 17:49:59 +02:00
2017-05-07 13:48:00 +02:00
### UI
2017-07-29 13:49:43 +02:00
- [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com)
2017-05-14 12:46:40 +02:00
- [Zoomable Image](https://github.com/perlatus/flutter_zoomable_image) - By Perlatus
- [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by Viktor Lidholt
2017-06-28 16:37:53 +02:00
- [Color Picker](https://github.com/dart-flitter/flutter_color_picker) - Primary, Accent & RGB colors selection by [Hadrien Lejard](https://twitter.com/HadrienLejard)
2017-09-15 17:56:20 +02:00
- [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)
2017-10-25 14:44:37 -04:00
- [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)
2017-11-07 23:51:23 +01:00
- [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/)
2017-11-12 13:46:04 +01:00
- [Rich Text Editor](https://github.com/long1eu/rich_editor) - Text editor with style by [Lung Razvan](https://github.com/long1eu)
2017-11-15 12:41:47 +01:00
- [Material Color Picker](https://github.com/long1eu/material_color_picker) - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu)
2017-11-03 20:59:41 +01:00
#### Charts
2017-11-03 14:16:19 +01:00
- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts)
2017-11-03 20:59:41 +01:00
- [Flutter Charts](https://github.com/mzimmerm/flutter_charts) - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm)
### Templates
2017-10-10 14:56:08 +03:00
- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) - A nice movie details page by [Iiro Krankka](https://github.com/roughike)
2017-10-10 17:33:10 +02:00
- [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)
2017-05-07 13:48:00 +02:00
### Navigation
2017-12-09 11:38:52 +01:00
2017-05-29 21:34:18 +02:00
- [Fluro](https://github.com/goposse/fluro) - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com)
2017-11-12 13:46:04 +01:00
- [Circle Indicator](https://pub.dartlang.org/packages/circle_indicator) - Circle indicator for the PageViewer by [Lung Razvan](https://github.com/long1eu)
2017-06-12 19:56:01 +02:00
- [Quick Actions](https://github.com/flutter/plugins/tree/master/packages/quick_actions) - Manage and interact with the application's home screen quick actions.
2017-05-07 13:48:00 +02:00
2017-05-10 04:12:48 +02:00
### Auth
2017-07-13 11:00:23 +02:00
- [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on Ios and Android
- [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)
2017-12-09 11:38:52 +01:00
- [Flutter OAuth](https://github.com/hitherejoe/FlutterOAuth) - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com)
2017-05-10 04:12:48 +02:00
2017-05-07 13:48:00 +02:00
### Text & Rich Content
2017-07-29 13:51:39 +02:00
- [Flutter Markdown](https://github.com/flutter/flutter_markdown) - Markdown renderer for Flutter. It supports the original format, but no inline html.
2017-05-07 20:30:24 +02:00
- [Image Placeholder](https://github.com/FaisalAbid/pluto) - While large images load, show a fallback asset by [Faisal Abid](https://twitter.com/FaisalAbid)
2017-05-07 15:18:50 +02:00
2017-05-07 13:48:00 +02:00
### Analytics
2017-05-10 21:21:57 +02:00
- [Usage](https://github.com/dart-lang/usage) - Google Analytics wrapper for command-line, web, and Flutter apps.
2017-05-26 11:34:54 +02:00
- [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API
- [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid)
2017-05-07 13:48:00 +02:00
### Build & Development
2017-05-11 21:18:18 +02:00
- [Mutisya](http://mutisya.com/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya)
- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov)
2017-05-07 13:48:00 +02:00
### Styling
2017-05-31 15:54:21 +02:00
- [Flutterial](https://github.com/rxlabz/flutterial) - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz)
- [Frosted Glass](http://stackoverflow.com/questions/43550853/how-do-i-do-the-frosted-glass-effect-in-flutter) - Render effect by [Collin Jackson](http://www.collinjackson.com)
2017-06-26 11:13:14 +02:00
- [Font Awesome](https://pub.dartlang.org/packages/font_awesome_flutter) - Font Awesome icons repack by Brian Egan
2017-05-07 15:09:51 +02:00
2017-05-07 13:48:00 +02:00
### System
2017-05-10 21:21:57 +02:00
- [Sky Engine](https://github.com/flutter/engine) - Engine behind Flutter
2017-05-07 13:48:00 +02:00
### Media
2017-05-25 14:04:13 +02:00
- [Audio Plugin](https://github.com/rxlabz/audioplayer) - 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)
2017-05-07 13:48:00 +02:00
2017-06-12 17:52:54 +02:00
#### Voice
- [Speech Recognition](https://github.com/rxlabz/speech_recognition) - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz)
2017-06-12 17:52:54 +02:00
2017-05-07 13:48:00 +02:00
### Storage
- [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage
2017-05-07 13:48:00 +02:00
### Monetization
2017-06-06 22:51:36 +02:00
- [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt
- [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase
2017-05-07 14:21:44 +02:00
2017-05-07 13:48:00 +02:00
### Animation
2017-05-07 14:23:17 +02:00
- [Lottie](https://github.com/fabiomsr/lottie-flutter) - After Effect for Flutter ???
2017-05-07 13:48:00 +02:00
## Utilities
2017-05-07 16:28:59 +02:00
2017-05-17 14:50:21 +02:00
### IDE
2017-05-25 13:05:56 +02:00
- [IntelliJ Plugin](https://flutter.io/intellij-setup) - Flutter on Intellij and Webstorm
2017-05-17 14:50:21 +02:00
- [Dart Code](https://marketplace.visualstudio.com/items?itemName=DanTup.dart-code) - Plugin to get Dart with Visual Studio Code by [Danny Tuppeny](https://twitter.com/DanTup)
2017-05-25 13:05:56 +02:00
- [IntelliJ Snippets](https://github.com/Solido/flutter-snippet) - More More More Snippets to get stuffs done even faster and also learn quickly by [Robert Felker](https://github.com/Solido)
- [VSCode Snippets](https://marketplace.visualstudio.com/items?itemName=franzsilva.fs-flutter-snippets) - Translated from IntelliJ IDEA Official Snippets by Franz Silva
2017-05-17 14:50:21 +02:00
2017-05-07 13:48:00 +02:00
## Seeds
## Plugins
Plugins / IOS - Android additions
2017-05-07 13:52:38 +02:00
- [Flutter Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins
2017-05-26 01:19:51 +02:00
- [Sqflite](https://github.com/tekartik/sqflite) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/)
2017-05-10 14:51:57 +02:00
- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - by [Hadrien Lejard](https://twitter.com/HadrienLejard)
2017-05-07 14:47:17 +02:00
- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Flutters plugins filter in Dart Pub Repository
2017-07-29 13:57:02 +02:00
- [Flutter Location](https://github.com/Lyokone/flutterlocation) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone)
2017-10-25 14:44:37 -04:00
- [Flutter Blue](https://github.com/pauldemarco/flutter_blue) - Bluetooth plugin by [Paul DeMarco](https://github.com/pauldemarco)
2017-09-16 22:56:04 +02:00
- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela)
2017-05-07 13:48:00 +02:00
2017-05-24 19:30:29 -07:00
2017-05-17 00:53:57 +02:00
### Misc
- [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery
2017-05-07 14:57:01 +02:00
## Open Source Apps
2017-05-07 13:48:00 +02:00
2017-05-14 12:49:39 +02:00
- [FriendlyChat](https://github.com/flutter/friendlychat-flutter) - Offline/Firebase chat by a team of Googlers
- [Meme Chat](https://github.com/efortuna/memechat) - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers
2017-05-10 21:21:57 +02:00
- [Flutter News](https://github.com/andresaraujo/flutter_news) - Hacker News client by [Andres Araujo](http://andresaraujo.co)
- [Flitter](https://github.com/dart-flitter/flitter) - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It use the Redux and Jaguar !
2017-05-07 16:33:13 +02:00
- [Cooking App](https://github.com/oscarcpozas/cooking-app-flutter) - by Óscar Caballero in the kitchen
2017-05-31 15:54:21 +02:00
- [Lime](https://github.com/fablue/lime-flutter) - Lime social network by Sebastian Sellmair
- [Flitch](https://github.com/matanlurey/flitch) - Twitch client for Flutter by [Matan Lurey](https://twitter.com/matanlurey).
2017-06-30 17:25:34 +08:00
- [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)
2017-10-25 14:54:04 +02:00
- [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)
2017-05-07 13:48:00 +02:00
2017-05-07 16:13:12 +02:00
### Games
- [Flutter Game Demo](https://github.com/vlidholt/game) - Demo game for Flutter and Flutter Sprites by Viktor Lidholt
2017-05-07 13:48:00 +02:00
## Frameworks
2017-05-10 15:08:12 +02:00
### Flux / Redux
2017-05-10 21:21:57 +02:00
- [Flutter Flux](https://github.com/jimbeveridge/flutter_flux) - Flux implementation for Flutter
- [GreenCat](https://github.com/alexeieleusis/greencat) - Port of Redux to Dart, including Redux Thunk
2017-05-14 11:53:39 +02:00
- [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)
2017-09-06 00:49:03 +02:00
- [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)
2017-05-07 13:48:00 +02:00
2017-05-07 14:12:34 +02:00
### Web
2017-05-10 15:08:12 +02:00
2017-05-10 21:21:57 +02:00
- [Butterfly](https://github.com/yjbanov/butterfly) - Web framework for Dart based on Flutter's widget model
2017-05-07 17:30:26 +02:00
- [Angel & Flutter](https://github.com/angel-example/flutter) - Simple todo app with Flutter and an Angel backend by [Tobe Osakwe](http://thosakwe.com)
2017-05-07 13:48:00 +02:00
2017-10-25 14:54:04 +02:00
### Game
- [Flame](https://github.com/luanpotter/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter)
2017-08-14 18:10:52 +02:00
## Helpers
2017-08-26 18:07:20 +02:00
- [Official Mailing list](https://groups.google.com/forum/m/#!forum/flutter-dev) - Discussions, support, exchange on Flutter
2017-08-14 18:10:52 +02:00
- [StackOverflow](https://stackoverflow.com/questions/tagged/flutter) - Flutter team members in depth responses to your questions
- [Reddit FlutterDev](https://www.reddit.com/r/FlutterDev/) - Official Reddit chamber
2017-05-20 16:27:47 +02:00
## Videos
2017-05-11 19:48:19 +02:00
- [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.
2017-05-26 13:46:35 +02:00
- [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)
2017-05-07 13:48:00 +02:00
2017-05-10 14:46:27 +02:00
## Bonus
2017-08-15 19:27:00 +02:00
### Interview
- [Hamilton](https://www.blog.google/topics/developers/it-must-be-nice-have-hamilton-your-phone) - Mike Karns, Hamiltons director of social media, and David DeRemer from POSSE, who helped build the HAMILTON app.
2017-05-14 12:46:40 +02:00
### Fuchsia
2017-05-29 21:34:18 +02:00
- [Armadillo](https://github.com/fuchsia-mirror/sysui) - Armadillo Mega Widgets for Fuchsia OS
2017-05-14 12:46:40 +02:00
2017-05-10 14:46:27 +02:00
### Misc
2017-05-10 21:25:04 +02:00
- [Flutter birth](https://www.youtube.com/watch?time_continue=2&v=U7qtl7lVKXQ) - Animated graph of Flutter commit - by [Brandon Donnelson](https://twitter.com/branflake2267). What's happening at 2:38 ? Brandon told me it's the Intellij Plugin.
2017-05-10 14:46:27 +02:00
### Published Apps
2017-08-15 19:27:00 +02:00
- [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.
2017-05-10 14:47:08 +02:00
- [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.
2017-05-10 21:21:57 +02:00
- [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.
2017-05-10 14:46:27 +02:00
2017-05-10 21:11:26 +02:00
## License
2017-05-10 14:46:27 +02:00
2017-05-10 21:11:26 +02:00
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Robert Felker](https://github.com/Solido) has waived all copyright and related or neighboring rights to this work.