カテゴリー: iOS
-
The following assertion was thrown while handling a gesture:
Navigator operation requested with a context that does not include a Navigator.
The context used to push or pop routes from the Navigator must be that of a widget that is a
descendant of a Navigator widget.flutterでRaisedButton にNavigator を入れたらタイトルのエラーが発生しました 参考…
-
Another exception was thrown: RangeError (index): Invalid value: Valid value range is empty: 1
タイトルのエラーが発生 調べたら初歩的で、ListViewのlengthをしていないと発生するらしいです こち…
-
Columnの中でListView.builderが使えない
エラー内容 shrinkWrap: true, を入れるだけで解決できます 参考記事 【Flutter】Col…
-
Rails devise token auth + ReactNative || flutterの雛形コード
React Nativeとflutterの両方を使うことになったので、いつも使っているrails APIにつな…
-
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に適切な情報を入れているは…