#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 :

  dependencies:
    flutter:
      sdk: flutter
    senttest:

How to use

add this code to main file inside void main()

  FlutterError.onError = (FlutterErrorDetails errorDetails){
SentError.printError(errorDetails);
};

Additional information

no need of any contribution

Libraries

senttest