カテゴリー: Flutter
-
![[!] The ‘Pods-Runner’ target has transitive dependencies that include statically linked binaries: (/Users/masahirookubo/myprojects/ios/Flutter/Flutter.framework)](https://mokubo.website/wp-content/uploads/2020/09/flutter.png)
-

Could not build the application for the simulator.
Error launching application on iPhone 11.これで治りました 参考記事 Could not build the application for the s…
-

-

-

Unhandled Exception: PlatformException(unregistered_view_type, trying to create a view with an unregistered type, unregistered view type: ‘plugins.flutter.io/google_maps’)
flutterにgoogle map apiを入れたらタイトルのエラーが発生 これで直りました 参考記事 go…
-

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につな…