error_handling_ease 0.1.0
error_handling_ease: ^0.1.0 copied to clipboard
A dart package to handle error with ease
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add error_handling_easeWith Flutter:
$ flutter pub add error_handling_easeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
error_handling_ease: ^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:error_handling_ease/error_handling_ease.dart';