armor 1.0.0 copy "armor: ^1.0.0" to clipboard
armor: ^1.0.0 copied to clipboard

Bulletproof protection for Flutter apps. Automatically handles crashes, errors, and failures with graceful recovery.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add armor

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

dependencies:
  armor: ^1.0.0

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:armor/armor.dart';
51
likes
160
points
51
downloads

Publisher

verified publishercodepur.dev

Weekly Downloads

Bulletproof protection for Flutter apps. Automatically handles crashes, errors, and failures with graceful recovery.

Repository (GitHub)
View/report issues

Topics

#error-handling #crash-prevention #resilience #flutter-widgets #error-recovery

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on armor