fluent_result 4.3.0 copy "fluent_result: ^4.3.0" to clipboard
fluent_result: ^4.3.0 copied to clipboard

Result is an object indicating success or failure of an operation.

[4.3.0] #

  • [Fix] contains<T>()
  • [Add] getting specific error from collection by get<T>

[4.2.0] #

  • [Fix] contains<T>()

[4.1.0] #

  • [Add] errors collection

[4.0.1] #

  • [Migrate] to null-safety

[4.0.0] #

  • [Update] dependencies for migration to null-safety

[3.0.2] #

  • Add withErrorMessage(String) method to ResultOf
  • Add withException(Exception) method to ResultOf

[3.0.1] #

  • [Add] withErrorMessage(String) method to Result
  • [Add] withException(Exception) method to Result

[3.0.0+1] #

Correct README.md

[3.0.0] #

  • [Add] ResultError object that describes a error and allows the errors to be typed.

[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
16
likes
140
points
146
downloads

Publisher

verified publisherdevcraft.ninja

Weekly Downloads

Result is an object indicating success or failure of an operation.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, quiver

More

Packages that depend on fluent_result