dart_functionals 1.0.0
dart_functionals: ^1.0.0 copied to clipboard
A collection of reusable functions missing in core Dart sdk.
dart_functionals #
A collection of reusable functions missing in core dart sdk.
Installation #
From pub.dev
Add this to your pubspec.yaml
dependencies:
dart_functionals: ^1.0.0
Or, From Git repo
dependencies:
dart_functionals:
git:
url: https://github.com/Ragibn5/dart-flutter-packages.git
path: dart_functionals
ref: dart_functionals-1.0.0
Example #
See the example for a complete demonstration.