speridian_pkg 0.0.2
speridian_pkg: ^0.0.2 copied to clipboard
Speridian Flutter Package to maintain common components
Goal behind developing this package to keep common components , libraries under this package
Features #
-Report Bug : Zip and compose logs (to use this feature use FLogs in your app instead of console)
Getting started #
To Install this package mention speridian_pkg under dependencies in your pubspec.yaml like below:
speridian_pkg:
git:
url: http://git.speridian.com/krunal.darji/speridian_flutter_package.git
Usage #
-Use ReportBug feature:
ReportBug(ctx: context,userName: "krunal",reportTo: "krunal.darji@speridian.com") .composeReportBugMail("I am facing an issue");
Additional information #
You may refer to an example project or contact Krunal Darji for further information.