dart_scope_functions 0.1.3 dart_scope_functions: ^0.1.3 copied to clipboard
Kotlin-inspired scope functions implemented in Dart with the goal of executing a block of code within the context of an object
0.0.1 #
- Initial version.
0.0.2 #
- Update
pubspec.yaml
with a more detailed description.
0.0.3 #
- Bump Dart SDK version constraint.
0.0.4 #
- Bump Dart SDK version constraint.
0.0.5 #
- Bump Dart SDK version constraint.
0.0.6 #
- GitHub repository cleanup
- Regenerate
analysis_options.yaml
file
0.0.7 #
- Dart 3 ready: new
analysis_options.yaml
file + bumped Dart SDK constraints
0.0.8 #
- Update
analysis_options.yaml
file.
0.1.0 #
- Bump Dart SDK version constraint.
0.1.1 #
- Bump SDK version constraint
- Bump dependencies to latest
- Add topics to
pubspec.yaml
0.1.2 #
- Bump SDK version constraint
- Bump dependencies to latest
- Create a new extension method
letWithElse
that can be used on nullable types.
0.1.3 #
- Create a new extension method
withDefault
.