excalibur 0.1.2+2 copy "excalibur: ^0.1.2+2" to clipboard
excalibur: ^0.1.2+2 copied to clipboard

A Flutter package for handling exceptions in a clean and simple way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add excalibur

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  excalibur: ^0.1.2+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:excalibur/excalibur.dart';
2
likes
155
points
1
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for handling exceptions in a clean and simple way.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on excalibur