foreground_service 0.1.1+1 foreground_service: ^0.1.1+1 copied to clipboard
Flutter plugin for running dart stuff via an Android foreground service. Only barely tested on Android O, and ever so slightly on M. iOS support not planned.
0.1.1+1 #
Slightly updated readme
0.1.1 #
Fix bug (class would try to init Instant regardless of api level)
0.1.0+2 #
Try to fix wording. ("No" got left behind on a separate line, so it look liked it said "iOS support planned" at a glance).
0.1.0+1 #
Typo
0.1.0 #
1st version. Should suffice to take care of the simple case/bare necessities: Change title, Change text, Change icon, Change priority, and most importantly run a dart function within the context of a foreground service.