028:【解説】「Context.read / watch」使用上の2つの注意点(import文とジェネリクス忘れに注意)

(注)context.read<T>()/context.watch<T>()のジェネリクス(<T>)を忘れると、コンパイルエラー(文法エラー)にはならずに、以下のランタイムエラー(実行時エラー)が出てアプリが落ちてしまいますのでご注意下さい。

Tried to call Provider.of<dynamic>. This is likely a mistake and is therefore unsupported.





このレクチャーを完了し次に進む  
ディスカッション

0 コメント