inbase_crashlitycs

Last updated:

0 purchases

inbase_crashlitycs Image
inbase_crashlitycs Images
Add to Cart

Description:

inbase crashlitycs

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()));
}
}
copied to clipboard
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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.