カテゴリー: Android
-
coc + neovimでkotlinを使う方法
Android開発をAndroid studioではなくvimで行いたくて、色々と詰まった箇所あるので記事にし…
-
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side’s plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.ターミナルからAndroid Studioを起動するとエラーが出ないようなので、こちらを実行 動きました! 参…
-
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…