dev3
dev3
FATAL EXCEPTION: main Process: {package name}, PID: 10126 java.lang.RuntimeException: Unable to destroy activity {{package name}/{package name}.MainActivity}: wg.h0: lateinit property serviceBindManager has not been initialized at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4521) at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4539) at android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:39)...
i also got same error
i also get same exception. any update?
provided log is entire stacktrace and it is occuring in production.
path: ^1.9.0 path_provider: ^2.1.4 external_path: ^1.0.3 permission_handler: ^11.3.1 photo_manager: 3.0.0 image_picker: ^1.1.2 flutter_slidable: ^3.1.1 video_thumbnail: ^0.5.3 video_player: ^2.9.1 chewie: ^1.8.3 marquee: ^2.2.3 on_audio_query: ^2.9.0 audioplayers: ^6.0.0 disk_space: ^0.2.1 shared_preferences: ^2.2.3...
yes i faced same thing while controller.preparePlayer. PlatformException(AudioWaveforms, Couldn't read into buffer. Error Domain=com.apple.coreaudio.avfaudio Code=-50 "(null)" UserInfo={false condition=buffer.frameCapacity != 0}, null, null)
When i remove App lifecycle observer completely in sample code then its working fine and in my live app there are more than 15 3rd party packages but this crash...
in my project, when user goes to background i navigate user to lock screen for security and when user come back to app then i display app open ad and...
it only shows in xcode and when this exception occurs, app got freeze. 
i just replaced "push to new screen" in paused lifecycle with "overlayentry" and issue is solved. e.g. Navigator.of(context).push( MaterialPageRoute( fullscreenDialog: true, builder: (_) { return LockScreen(); }, ), ); replaced...