listen 1.0.0-beta.4
listen: ^1.0.0-beta.4 copied to clipboard
A package to notify state changes to interested listeners in pure Dart.
1.0.0-beta.4 #
ErrorContextis now a required positional, non-nullable parameter.
1.0.0-beta.3 #
- Updates
ErrorCallbackto pass the raw error object and originalStackTrace. - Adds an optional
ErrorContextparameter toErrorCallbackto distinguish listener errors from assertion errors.
1.0.0-beta.2 #
- Fixes dart doc example directive.
1.0.0-beta.1 #
- Adjusts source code to be publishable.
- Moves source code from
flutter/fluttertoflutter/core-packages.