Flutter

Flutter

【Flutter】エラー:CocoaPods did not set the base configuration of your project because your project already has a custom config set. 【解決方法】

【Flutter】エラー:CocoaPods did not set the base configuration of your project because your project already has a custom config set. の解決方法について説明します。
Flutter

【Flutter】Error: CocoaPods’s specs repository is too out-of-date to satisfy dependencies.の解決方法

【Flutter】Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.の解決方法について説明します。
Flutter

【Flutter】iOSリリースビルドでエラー:Encountered error while building for device.

FlutterプロジェクトでiOSのリリースビルドを実行したところ、エラーとなったので、その解決方法をメモします。 - Encountered error while building for device.
Flutter

【Flutter】エラー:Ignoring ffi-1.15.5 because its extensions are not built.

エラー内容 FlutterアプリをiOSシミュレータでビルドした際、次のエラーが発生。 Error output from CocoaPods: ↳ Ignoring ffi-1.15.5 because its ex...
Flutter

【Flutter】fatal error: ‘Flutter/Flutter.h’ file not foundの解決方法

Flutterプロジェクトをiosでビルドしたところ、エラー「fatal error: 'Flutter/Flutter.h' file not found」が発生しました。この解消方法について説明します。
Flutter

【Flutter】import ‘package:flutter_gen/gen_l10n/app_localizations.dart’;がエラーになったら

【Flutter】import 'package:flutter_gen/gen_l10n/app_localizations.dart';がエラーになった際の解消手順のメモです。
Flutter

【Android Studio】エミュレータを別ウィンドウで起動する手順

Android Studioで、エミュレータを別ウィンドウで起動する手順について説明します。
Flutter

【Flutter】録音・再生アプリを作ってみた

録音して再生するだけのシンプルなアプリの作成方法をメモします。使用したパッケージは「record」「audioplayers」「path_provider」になります。録音ファイルはローカルストレージに保存します。
Dart

【Flutter】SharedPreferencesを使ってDateTime型データを端末に保存する方法【Dart】

SharedPreferencesを使ってDateTime型データを端末に保存する際、jsonへの変換でエラーになりました。その原因と解決方法について説明します。
Flutter

【Flutter】SharedPreferencesでListデータを端末に保存・読み出しする方法

FlutterのSharedPreferencesで、Listデータを端末に保存・読み出しする方法について説明します。保存時はListデータを一度jsonに変換したり、読み出し時はjsonからListデータに戻すのがミソです。
タイトルとURLをコピーしました