Buttonの幅や高さを変えたいぞ!
SizedBox使う
FlutterでButtonの幅とか高さを変えない場合には、SizedBoxで囲むのねhttps://t.co/RMYuI09DEs
— shinobu.dart (@operandoOS) 2020年10月17日
logging
これを使ってみることにした
Toast
Toast出したかったのでこれ使った
AlertDialog
moor
テーブルのデータを全件削除したい場合
Future deleteAllTimestamp() => transaction(() async { await delete(timestamps).go(); });
iPhoneの実機にアプリをインストールする
MacのOSバージョンが古くて、XcodeにiOS 14.xのDevice Supportがなかったり、、、インストールするまで大変だった...