Skip to content

1.1.0-nullsafety.1 - Jan 23, 2021

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 23 Jan 15:47
· 37 commits to master since this release
  • Breaking: changed signature of LoaderMessageHandler to void Function(BuildContext, LoaderMessage, LoaderBloc).
    This allows using BuildContext to access ancestor widget, eg. ScaffoldMessenger.of(context), Navigator.of(context), ...