2017-05-07 07:48:00 -04:00
# Awesome Flutter
< img src = "https://flutter.io/images/flutter-mark-square-100.png" alt = "Build Status" / >
An awesome style list that curates the best Flutter libraries, tools, tutorials, articles and more. PRs are welcome!
2017-05-07 07:59:33 -04:00
## Coming Events
2017-05-07 07:48:00 -04:00
< div style = "text-align: center" > < table > < tr >
< td style = "text-align: center" >
< a href = "https://events.google.com/io/schedule/?section=may-19&sid=496d01fb-2139-4fd6-84b2-e585d1a20e61&track=firebase" >
< br / >
Single Codebase, Two Apps with Flutter and Firebase
< / a >
< / td >
2017-05-07 07:59:33 -04:00
< td style = "text-align: center" >
< a href = "https://events.google.com/io/schedule/?section=may-19&sid=fed907cf-4b51-4337-8ee0-43bca96dec08" >
< br / >
Prototyping to Production: Bridging the Gap with a Common Tool
< / a >
< / td >
2017-05-07 07:48:00 -04:00
< / tr > < / table > < / div >
Have something that belongs under "Buzzing"? drop me a line: flutter[at]robbieone.com.
## Sections
- [Articles ](#articles )
- [Internals ](#internals )
- [Components ](#components )
- [Navigation ](#navigation )
- [Utilities ](#utilities )
- [Seeds ](#seeds )
- [Libraries ](#libraries )
- [Open Source Apps ](#open-source-apps )
- [Frameworks ](#frameworks )
- [Tutorials ](#tutorials )
- [Books ](#books )
- [Videos ](#videos )
- [Blogs ](#blogs )
## Articles
2017-05-07 07:51:29 -04:00
- [Facebook Auth ](https://medium.com/@segaud.kevin/facebook-oauth-login-flow-with-flutter-9adb717c9f2e ) by [Kevin Segaud ](https://twitter.com/kevin_segaud )
2017-05-07 07:49:25 -04:00
- [Bubbling & Notification ](https://rxlabz.github.io/dart,/flutter/2017/04/26/flutter-notification.html ) French by [Erick Ghaumez ](https://twitter.com/rxlabz )
2017-05-07 08:06:10 -04:00
- [Zero to One with Flutter ](https://medium.com/dartlang/zero-to-one-with-flutter-43b13fd7b354 ) by Mikkel Ravn
2017-05-07 07:48:00 -04:00
### Reference
### Howtos
2017-05-07 07:49:25 -04:00
- [Drag&Drop ](https://github.com/rxlabz/flutter_dropcity ) by [Erick Ghaumez ](https://twitter.com/rxlabz )
2017-05-07 07:48:00 -04:00
### Assorted
### Continuous Integration
### Internals
## Components
- [Image Picker ](https://github.com/flutter/image_picker )
### UI
### Navigation
- [Flutter Route ](https://github.com/goposse/flutter-router ) - Router.define "/users/:id" by [POSSE PRODUCTIONS LLC. ](http://goposse.com )
#### Navigation/Routing Articles
- [Stocks Demo ](https://github.com/flutter/flutter/blob/master/examples/stocks/lib/main.dart#L82 ) Using onGenerateRoute()
#### Navigation Demos
- [🔥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 ) by [POSSE PRODUCTIONS LLC. ](http://goposse.com )
### Text & Rich Content
- [Flutter Markdown ](https://github.com/flutter/flutter/tree/master/packages/flutter_markdown ) - A markdown renderer for Flutter. It supports the original format, but no inline html.
### Analytics
- [Usage ★24 ](https://github.com/dart-lang/usage ) - A Google Analytics wrapper for command-line, web, and Flutter apps.
### Build & Development
- [Flutter Plugin for Intellij ](https://github.com/flutter/flutter-intellij )
### Styling
### System
### Web
### Media
2017-05-07 08:17:27 -04:00
- [Audio Plugin ](https://github.com/rxlabz/flutter_audio ) Beta by [Erick Ghaumez ](https://twitter.com/rxlabz )
- [Video Player ](https://github.com/rxlabz/flutter_videoplayer ) Beta by [Erick Ghaumez ](https://twitter.com/rxlabz )
2017-05-07 07:48:00 -04:00
### Storage
- [Firebase Storage ](https://github.com/flutter/firebase_storage )
### Integrations
- [Firebase Auth ](https://github.com/flutter/firebase_auth )
### Monetization
### Animation
2017-05-07 08:19:37 -04:00
- [Lottie ](https://github.com/fabiomsr/lottie-flutter ) After Effect for Flutter ???
2017-05-07 07:48:00 -04:00
## Utilities
## Seeds
## Plugins
Plugins / IOS - Android additions
2017-05-07 07:52:38 -04:00
- [Flutter Plugins ](https://github.com/flutter/plugins/tree/master/packages ) - Official Flutter Team Plugins
2017-05-07 07:48:00 -04:00
- [Share Plugin ](https://github.com/xster/flutter-plugin-share )
## Open Source Demo & App
- [FriendlyChat ](https://github.com/flutter/friendlychat-flutter ) - An Offline/Firebase chat
## Frameworks
2017-05-07 08:12:34 -04:00
- [Flutter Flux ](https://github.com/jimbeveridge/flutter_flux/blob/master/README.md ) A Flux implementation for Flutter
- [GreenCat ](https://github.com/alexeieleusis/greencat ) Redux for Flutter
2017-05-07 07:48:00 -04:00
2017-05-07 08:12:34 -04:00
### Web
- [Butterfly ](https://github.com/yjbanov/butterfly ) A web framework for Dart based on Flutter's widget model
2017-05-07 07:48:00 -04:00
## Tutorials
2017-05-07 08:02:05 -04:00
- [FLUTTER from Install to ListView ](https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8 ) A full serie of 4 articles by [Chema Rubio ](https://twitter.com/develodroid )
2017-05-07 07:48:00 -04:00
## Problem & Solution
## Books
Books - free and commercial (but only good ones).
Books - for sale.
## Videos
2017-05-07 07:51:29 -04:00
- [Encode/Decode Json request ](https://www.youtube.com/watch?v=JuQbAKPIYnw&t=83s ) - by [Brandon Donnelson ](https://twitter.com/branflake2267 )
- [Hero Widget ](https://www.youtube.com/watch?v=0oq6Ofh2WNg ) - by [Brandon Donnelson ](https://twitter.com/branflake2267 )
2017-05-07 07:48:00 -04:00
### Talks
- [Flutter Keynote 2016 ](https://www.youtube.com/watch?v=Mx-AllVZ1VY ) - Keynote: Flutter (Dart Developer Summit 2016) by Eric Seidel
### Training & tutorials
## Blogs
2017-05-07 07:49:25 -04:00