FlutterでAndroid用アプリをビルドする際にエラーが起きるとします。 $ flutter build apk --release --flavor dev その時のログはこんな感じです。 FAILURE: Build failed with an exception. * What went
Read more
FlutterでUnit testを書く際に、MethodChannelを使用しているとこのようなエラーがでます。 package:flutter/src/services/platform_channel.dart 308:7 MethodChannel._invokeMethod MissingPluginException(No implementation found for method updateBadgeCount on channel [author/package_name]) その
Read more