Flutter
I'm writing about iOS/Flutter development tips. The details are as follows Topic How to handle Error "Untrusted Developer" at running app for debugging in iOS device Error detail Untrusted Developer Your device management settings do not a…
アプリ開発の際に、iOS端末でデバッグをする際に以下のエラーになってアプリをインストールは出来ても立ち上げられないことがあります。 エラー内容 Untrusted Developer Your device management settings do not allow using apps from developer "Apple De…
今回はflutter開発時のトラブルとその解決方法についてになります。 環境 Mac OS BigSur 11.4 VScode flutter 2.2.0 fvm 20200728現在 エラー内容 flutterで開発中 flutter run をすると、にこんなエラーが突然表示されることがありました。 Launching lib/m…
flutterのバージョン管理にはfvmは便利なツールの一つでしょう。 fvmを使っていると時々fvmが管理しているflutterのバージョンが古いと感じるときがあります。 そういうときはfvm自体を pub global activate fvm でアップグレードするといいかもしれません。…
If you feel flutter version management tool fvm, you may sometimes verions listed at fvm versionsare old. If so, you can upgrade fvm itself by pub global activate fvm . This article covers... How to upgrade fvm How to get latest flutter by…
Error handling is a common and hard concern for developers. There're some approaches to do it and Exception by try catch is one of them. In this article, I'll introduce how to use Exceptions in terms of Effective Dart. dart.dev Exceptions …
プログラムを書く上でよくある話ですが、 エラーハンドリングをちゃんとしましょう という話になります。 エラーハンドリングというのはいろいろなやり方があると思いますが、そのうちの一つが try catch による例外処理になるかと思います。 ここれでは eff…
環境 ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H1030 Flutter: 2.2.0 build_runner: 2.0.2 エラーについて $ flutter pub run build_runner build Failed to precompile build_runner:build_runner: ../../../.pub-cache/hosted/pub.…