toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 51 packages
Sort by PUB-AZS
redux_saga is a library that aims to make application side effects easier to manage, more efficient to execute, easy to test, and better at handling failures.
Test support for the source_gen package. Includes helpers to make it easy to validate both success and failure cases.
Uplift your snackbar experience with various alert messages i.e. success, failure, help or warning with unique UI design.
Create Beautiful Forms in Flutter. The easiest way to Prefill, Async Validation, Update Form Fields, and Show Progress, Failures or Navigate by Reacting to the Form State.
A flutter package for intercepting requests and automatically fetching refresh tokens on API failures#dio#http#network#interceptor#middleware
exception_type is a Dart package that provides a structured way to handle failures and errors in Flutter applications. It includes predefined authentication, database, API, and network failure messages, along with utility functions to map failures to user-friendly messages.
FluentResults is a Dart library developed to solve a common problem. It returns an object indicating success or failure of an operation instead of throwing/using exceptions.
A simple posibility to return a Result with eiter success or failure.
A type-safe response wrapper for handling success and failure states with pattern matching and utility methods.#error-handling#result#response#type-safe#dart
A utility tool for converting Exception into Failure objects to make your code more portable and easier to maintain.