deadline_future 0.1.0
deadline_future: ^0.1.0 copied to clipboard
A Dart package that provides graceful timeout handling by returning cached or fallback values instead of throwing exceptions, ensuring resilient real-time applications and uninterrupted user experiences.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add deadline_futureWith Flutter:
$ flutter pub add deadline_futureThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
deadline_future: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:deadline_future/deadline_future.dart';