build_context_provider 1.1.0 build_context_provider: ^1.1.0 copied to clipboard
A package that allows you to run functions that require BuildContext outside of Flutter widgets.
1.1.0 #
Minor documentation update.
1.0.0 #
Breaking changes:
provideBuildContext
stand alone function has been dropped.ProvideBuildContext
does not have static methods anymore. Functionality is provided via instance methods.provideBuildContext
method have been renamed tocall
0.0.2 #
Documentation improvements and refactors
0.0.1 #
Initial release