doc(repo): add complete example link

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2022-05-18 17:10:03 +05:30
committed by xsahil03x
parent 32eae500d3
commit ef7f271a00
@@ -129,5 +129,8 @@ await Sentry.captureException(exception, stackTrace: stackTrace);
For more information, see the [Sentry API](https://pub.dev/documentation/sentry_flutter/latest/sentry_flutter/sentry_flutter-library.html) docs on pub.dev.
### Complete example
To view a working example, see the [Stream Sample app](https://github.com/GetStream/flutter-samples/tree/main/packages/stream_chat_v1).
### Learn more
Extensive documentation about using the Sentry SDK can be found on [Sentrys site](https://docs.sentry.io/platforms/flutter/).