Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.36 KB

1.1.0

Updated Kotlin to v1.3.50, Gradle to v3.5.3

1.0.0

flutter v1.7.8+hotfix.2, MethodCallHandler.onMethodCall suddenly has nonnull params

0.2.1+1

flutter format

0.2.1

add missing check in boot completed plugin to make sure the received intent is for boot completed

0.2.0

allow execution of the boot function to be put off by calling setDeferExecution(true)

this may or may not be useful if for instance you have other boot receivers and you want to execute them in a certain order

you will then have to call BootCompletedPlugin.handleBootCompleted yourself probably from within one of the other receivers' onReceive

0.1.1+1

ran flutter format on lib\boot_completed.dart

0.1.1

changed implementation of boot completed receiver back to the way that uses a method channel since it seems like hardcoding the dart function name only works in debug builds - with release builds, it's no longer functional

0.1.0+3

revised readmes a bit more, added link to github repo in pubspec added dartdoc comment confirmed compatibility with path_provider 1.0.0, changed dependency to ">=0.5.0+1 <2.0.0"

0.1.0+2

change http url to https

0.1.0+1

pub.dev analysis now finds the description is too long - shortened it

0.1.0

Update version number and a few non-functional things suggested by pub.dev analysis.

0.0.1

Initial version with working example.