runtime_type 1.1.0 runtime_type: ^1.1.0 copied to clipboard
A non-opaque representation of types at runtime.
1.1.0 #
- Added
RuntimeType.run
and several extensions onFunction
for calling functions with type arguments usingRuntimeType
s.
1.0.1 #
- Fixed an issue with
dart:mirrors
support wheretoRuntimeType()
failed with a cast error and couldn't handle the dynamic type.
1.0.0+1 #
- Fixed typo in README. Thanks to pub for reminding me to add this to the changelog.
1.0.0 #
- Initial version.