scope_function 1.0.3
scope_function: ^1.0.3 copied to clipboard
A Dart implementation similar to Kotlin scope functions, enable you for powerful chained programming style.
1.0.3 #
- Add topics for this package.
1.0.2 #
- Update sdk constraints:
sdk: '>=2.12.0 <4.0.0'
. - Dart 3 ready.
1.0.1 #
- Follow what the official suggests, update yaml for more detail description.
1.0.0 #
- Initial implementation for scope function
also
,let
,takeIf
,takeUnless
,run
,withThe
. - Null-safety ready.
- Relying solely on Flutter framework itself.