-
Notifications
You must be signed in to change notification settings - Fork 0
Flutter 調査 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Logprint, debugPrint, log などいくつか logging の手段がありそうだけど、違いが謎。 とりあえず https://pub.dev/packages/fimber を使っておけば良さそう..?
VERBOSE は Tree で Filter されていてそもそも出力されず.. とりあえず面倒なので Fimber 使っておきます。 |
Dart基本文法要点・注意点
Kotlin (Swift) に慣れてると、基本的な言語の設計がダサいなーという印象.. Null Safety
拡張関数 |
非同期処理言語標準で async, await があるっぽいけど、 |
SerializationJSON convert は dart:convert (Flutter 公式) を使えば良さそう。 |
REST API Client標準 package標準でもある程度簡単に実装できそう。 dart:convert 使えるし、 Rx は対応してなさそうだけど、 async 対応してるので、そのままでもまぁ使えそう。 でもやっぱり http status code を全 API 実装するのはめんどいよなー.. RetrofitSquare 製じゃないのが気になるけど、、 |
DBいろいろあるけど、 Floor 一択かな.. その他参考 |
Key-Value Store |
調査項目一覧
The text was updated successfully, but these errors were encountered: