inbase_crashlitycs 0.0.4 copy "inbase_crashlitycs: ^0.0.4" to clipboard
inbase_crashlitycs: ^0.0.4 copied to clipboard

outdated

This package is maintained by Webinify

InBaseCrashlitycs is a package meant to track any errors and crash of your flutter apps.

Features #

  • [Work in progress] You can "try catch" errors and send them to your inbase.webinify.com account
  • [Coming soon] You can also send logs when the app crash by sending a crashReport

Getting started #

To use this package, dont forget to also load our inbase package

Usage #

Future<void> asyncFunction() async {
    try {
        "your code here";
    } catch(e) {
        await InBaseCrashlitycs.report(CrashReportModel(message: e.toString()));
    }
}

Additional information #

This package require inbase to be installed in order to initiate the authentication to inbase.webinify.com

Note that this package is still under development, at this state it is not usable.

1
likes
0
points
42
downloads

Publisher

verified publisherwebinify.com

Weekly Downloads

This package is maintained by Webinify

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter, http, inbase

More

Packages that depend on inbase_crashlitycs