Flutter 【Flutter】Error: Member not found: ‘FirebaseAppPlatform.verifyExtends’. の解決方法 【Flutter】Error: Member not found: 'FirebaseAppPlatform.verifyExtends'. の解決方法について説明します。 2023.03.05 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. の解決方法について説明します。 2023.02.11 Flutter
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.の解決方法について説明します。 2023.02.11 Flutter
Flutter 【Flutter】iOSリリースビルドでエラー:Encountered error while building for device. FlutterプロジェクトでiOSのリリースビルドを実行したところ、エラーとなったので、その解決方法をメモします。 - Encountered error while building for device. 2023.01.17 Flutter
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... 2023.01.16 Flutter
Flutter 【Flutter】fatal error: ‘Flutter/Flutter.h’ file not foundの解決方法 Flutterプロジェクトをiosでビルドしたところ、エラー「fatal error: 'Flutter/Flutter.h' file not found」が発生しました。この解消方法について説明します。 2022.11.28 Flutter
Flutter 【Flutter】import ‘package:flutter_gen/gen_l10n/app_localizations.dart’;がエラーになったら 【Flutter】import 'package:flutter_gen/gen_l10n/app_localizations.dart';がエラーになった際の解消手順のメモです。 2022.11.19 Flutter
Flutter 【Android Studio】エミュレータを別ウィンドウで起動する手順 Android Studioで、エミュレータを別ウィンドウで起動する手順について説明します。 2022.11.19 Flutter
Flutter 【Flutter】録音・再生アプリを作ってみた 録音して再生するだけのシンプルなアプリの作成方法をメモします。使用したパッケージは「record」「audioplayers」「path_provider」になります。録音ファイルはローカルストレージに保存します。 2022.09.08 Flutter
Dart 【Flutter】SharedPreferencesを使ってDateTime型データを端末に保存する方法【Dart】 SharedPreferencesを使ってDateTime型データを端末に保存する際、jsonへの変換でエラーになりました。その原因と解決方法について説明します。 2022.08.01 DartFlutter