JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
86 stars 46 forks source link

Handle null Intent in IsolateHolderService.kt onStartComment #31

Closed alkebuware closed 3 years ago

alkebuware commented 3 years ago

This pull request contains a fix for #30 where we simply just make the Intent parameter of onStartCommand method nullable, and make the accessing of the intent variable null safe.