helper_options 0.1.0+1 helper_options: ^0.1.0+1 copied to clipboard
A library to use the option of any object.
Optionals #
A project created to get optional item from an object
Installation 💻 #
❗ In order to start using Optionals you must have the [Flutter SDK][flutter_install_link] installed on your machine.
Add optionals
to your pubspec.yaml
:
dependencies:
optionals: ^0.1.0+1
Install it:
flutter packages get