fluent_result 2.0.0+1
fluent_result: ^2.0.0+1 copied to clipboard
Result is an object indicating success or failure of an operation.
[2.0.0+1] #
Correct README.md
[2.0.0] #
- Add
ResultOf<T>
for generic Result to hold value of T. - Remove
flutter
dependency
[1.0.0+1] #
Add correct description
[1.0.0] #
Initial Version of the library.
- Includes the ability to create Success and Fail Results
- Includes the ability to create Generic Result with value