Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.