senttest

Creator: coderz1093

Last updated:

0 purchases

senttest Image
senttest Images
Add to Cart

Description:

senttest

#SentTest
a plugin to catch error in flutter during run time
Features #
catch error message, platform information, device screen info, exception message
Usage #
To use this package :

add the dependency to your pubspec.yaml file.

dependencies:
flutter:
sdk: flutter
senttest:
copied to clipboard
How to use #
add this code to main file inside void main()
FlutterError.onError = (FlutterErrorDetails errorDetails){
SentError.printError(errorDetails);
};

copied to clipboard
Additional information #
no need of any contribution

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.

Related Products

More From This Creator