Flutterウィークリーとは?
FlutterファンによるFlutterファンのためのニュースレター
https://flutterweekly.net/
この記事は#22の日本語訳です
https://mailchi.mp/bd20b044cc4c/flutter-weekly-282709
アナウンス
Flutter新開発ツール - Android Studio and IntelliJ pluginsのアップデート
https://groups.google.com/forum/?linkId=52478434#!topic/flutter-dev/FTUXoZ7rSHc
Nilay YenerがFlutterツールの新バージョンをアナウンスしました

DartCode v.2.13
https://dartcode.org/releases/v2-13/
Visual Studio Code向けのDartプラグインの新バージョンも発表

読み物&チュートリアル
Flutterで作るリアクティブモバイルアプリケーション
https://medium.com/flutter-io/build-reactive-mobile-apps-in-flutter-companion-article-13950959e381
Google I/Oでの発表のあとにFilip Hracekが書いたコンセプトと詳細とフルサンプルコードをまとめた記事
Flutterラッパー — 特定のFlutterバージョンをプロジェクトに紐付ける手順
https://medium.com/grandcentrix/flutter-wrapper-bind-your-project-to-an-explicit-flutter-release-4062cfe6dcaf
Flutterプロジェクトに特定のFlutterバージョンを割り当てるGradleを使用した方法を紹介。大きなチームや異なるプロジェクトを管理する必要がある場合に便利
Flutter — navigating off the charts
https://medium.com/@swav.kulinski/flutter-navigating-off-the-charts-e118562a36a5
Flutterのナビゲーションを司るRoutesの解説
一瞬で広告を実装する方法を紹介
https://medium.com/@greg.perry/ads-in-a-snap-flutter-example-4362a2c88c0b
Flutterアプリに簡単に広告を表示する為のチュートリアル
どうやってFlutterを勉強した?
https://www.quora.com/How-did-you-learn-Google-Flutter/answer/Rohan-Taneja-1?srid=iB1S
Flutterを学ぶために役立つサイトのリストを紹介
Flutter サイドメニュー
http://tphangout.com/flutter-side-menu/
Flutterでサイドメニューを簡単に実装するチュートリアル
Flutter: AnimatedSizeクラス
https://medium.com/@ibhavikmakwana/flutter-working-with-animatedsize-35253ff8f16a
FlutterでAnimatedSizeクラスを使うための説明
GitHub Flutterの作り方 — Part 1: Trending Repositories List
https://medium.com/@alfianlosari/building-github-flutter-app-part-1-trending-repositories-list-f48683ac9bef
GitHubクライアントアプリをFlutterで作るためのステップバイステップチュートリアル
多言語対応 Flutter アプリ (アラビア語のようなRTL言語)
https://medium.com/@Carbon187/internationalization-flutter-app-arabic-rtl-fe99bfae696e
アラビア語のように右から読むような言語に対応する為の多言語対応
なぜFlutterがモバイル開発におけるゲームチェンジャーになるのか
https://proandroiddev.com/why-flutter-will-change-mobile-development-for-the-best-c249f71fa63c
Aaron OertelがFlutterを試してみた感じたことなどをまとめた記事
Reduxで大規模Flutterアプリ開発
https://hillelcoren.com/2018/06/01/building-a-large-flutter-app-with-redux/
Reduxを使った大規模なFlutterアプリ開発について語った記事
ビデオ&メディア
Flutter チャレンジ: カードフリップカルーセル
https://youtu.be/sWkysCKh2uY
カードフリップカルーセルの作り方

マテリアルデザインをFlutterに使う
https://youtu.be/DL0Ix1lnC4w
Google Developersチャンネルの新動画。 Flutterアプリにマテリアルデザインを適用する手順

クパチーノライブラリを使用してiOSテーマウィジェットをFlutterアプリに追加
https://youtu.be/Ycl24PMxJu8
Tensorの今週の動画。クパチーノウィジェットの使い方

APIで取得したJSONデータを適用したアプリをつくる手順
https://youtu.be/VJbWM-Gg-Rk
JSON情報をスクリーンに表示する為の手順を紹介したチュートリアル

ライブラリ&コード
Flutter FAB
https://github.com/JanhaviDahihande/Flutter_FAB
アニメーションFABを実装するサンプルコード
Loader SearchBar
https://github.com/tomwyr/loader-search-bar
AppBarに検索バーを実装する方法
flutter_stream_friends
https://github.com/brianegan/flutter_stream_friends
Dart Streamsは素晴らしい!Flutterも素晴らしい!まとめて使うといいことがあるかも
スプラッシュスクリーンアニメーション
https://github.com/ibhavikmakwana/SplashAnimations
複数の異なるトィーンアニメーションを結合するサンプル
Pawdoption
https://github.com/SpokenBanana/pawdoption
ペットの養子縁組アプリ
rxdart_flutter_hello_world
https://github.com/zarinfam/rxdart_flutter_hello_world
RxDartを使ったFlutterアプリ