FlutterのRiverpodにて「Bad state: No ProviderScope found」エラーが発生。詳細には「The relevant error-causing widget was: xxPage xxPage:file:///path/main.dart:20:19 When the exce...
「None of the following functions can be called with the arguments supplied.」 リスト項目選択ダイアログで動的な文字列配列を表示しようとした際のエラー。 AlertDialogのsetItemsにArrayListが設定できない。 Array!の...
Androidのカメラ起動時にエラー発生 「 Unhandled Exception: PlatformException(no_available_camera, No cameras available for taking pictures., null, null)」 実機およびエミュレーターで発生。 カメラボ...
Flutterのpub getでパッケージインストールをした際に「It looks like pub.dartlang.org is having some trouble. Pub will wait for a while before trying to connect again.」エラーが発生。その他、pub...
Flutterにて「NoSuchMethodError: The getter '~' was called on null.」が実機やエミュレータに表示。AndroidStudioのコンソールにも「The following NoSuchMethodError was thrown building MyApp(di...