カテゴリー: Flutter
-
Filter chain halted as :validate_sign_up_params rendered or redirected Completed 422 Unprocessable Entity in 4ms (Views: 1.4ms | ActiveRecord: 0.0ms | Allocations: 193)
flutterでrailsのdevise token authに新規登録にリクエストを投げたところ、タイトルの…
-
SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 53452
flutterでローカルのAPIにつなげようとしたところタイトルのエラーが発生しました。 解決方法はこちら 参…
-
ChangeNotifierProxyProviderがうまく使えない問題
エラー内容 ChangeNotifierProxyProvider のbuilderに適切な情報を入れているは…
-
The argument type ‘Iterable
‘ can’t be assigned to the parameter type ‘List
‘. flutter始めたばかりで1時間ほどタイトルのエラーではまりました とりあえず結論 なぜ発生していたか? R…
-
Error: The argument type ‘Widget Function(BuildContext)’ can’t be assigned to the parameter type ‘Widget Function(BuildContext, Widget)’.
flutterにproviderを入れたときにタイトルのエラーが発生しました Providerのバージョンが4…
-
type ‘MyApp’ is not a subtype of type ‘StatelessWidget’ in type cast
flutterでStatelessWidgetからStatefulWidgetに変更したらタイトルのエラーが発…