Does not work with audio service plugin when trying to open application from splash
See original GitHub issueHere is log
E/AndroidRuntime(32488): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.plugin.common.BinaryMessenger io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding.getBinaryMessenger()' on a null object reference
E/AndroidRuntime(32488): at com.crazecoder.openfile.OpenFilePlugin.onAttachedToActivity(OpenFilePlugin.java:400)
E/AndroidRuntime(32488): at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.attachToActivityInternal(FlutterEngineConnectionRegistry.java:362)
E/AndroidRuntime(32488): at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.attachToActivity(FlutterEngineConnectionRegistry.java:344)
E/AndroidRuntime(32488): at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(FlutterActivityAndFragmentDelegate.java:169)
E/AndroidRuntime(32488): at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:409)
E/AndroidRuntime(32488): at android.app.Activity.performCreate(Activity.java:7955)
E/AndroidRuntime(32488): at android.app.Activity.performCreate(Activity.java:7944)
E/AndroidRuntime(32488): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307)
E/AndroidRuntime(32488): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3531)
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
application stuck on splash after push notification when app is ...
1): For support for playing audio in background with player in notification area. Before adding audio_service to my application, there was no ...
Read more >Splash screen hangs searching for plugins - MAGIX.info
Start Sound Forge it should now load. Open the programs Preferences, VST Effects tab check the pane indicated below for VST plugins to...
Read more >Basic Troubleshooting When Pro Tools Fails to Launch (2018 ...
Plug-ins can cause a failure to launch. Try going to the plug-ins folder and move them out of the folder. Create a new...
Read more >Why isn't Pro Tools launching? - Sweetwater
So in this guide, we will cover some of the main reasons why Pro Tools won't launch. Pro Tools compatibility; Plug-ins; Playback engine ......
Read more >audio_service | Flutter Package - Pub.dev
Note that this plugin will not work with other audio plugins that overlap ... Define your AudioHandler with the callbacks that you want...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It solved my issue too. But still it is not available in released plugin
@crazecoder could you please clarify when are you going to bump version of package?