flutter_accessibility_service icon indicating copy to clipboard operation
flutter_accessibility_service copied to clipboard

Fix: Prevent IllegalArgumentException by Checking BroadcastReceiver Registration Status and some typos

Open fahimfoysal2 opened this issue 5 months ago • 0 comments

Checker

The app will crash and throw an IllegalArgumentException in the onDetachedFromEngine() method when you try to close the app without invoking any method call using the specified channel. The reason is it will try to unregister the actionsReceiverwhen it is not registered in the first place.

Revision

Also, fixed some typos.

fahimfoysal2 avatar Jan 28 '24 19:01 fahimfoysal2