exception_templates 0.1.0-nullsafety exception_templates: ^0.1.0-nullsafety copied to clipboard
Provides parameterized exception and error templates. Enables throwing specific error objects without the need to define exception classes.
0.1.0-nullsafety #
Enabled null-safety. Testing now uses minimal_test
.
0.0.6 #
Added dev_dependency on package pedantic
. Applied linter suggestions.
0.0.5 #
Amended example\README.md
. Added link to example.dart
.
0.0.4 #
Added utils/validators.dart
containing
methods for checking if an identifier is valid (does not clash with
a Dart keyword, does not start with a number).
0.0.3 #
Amended example.
0.0.2 #
Amended docs.
0.0.1 #
Initial version of the library.