0 purchases
userjourney recorder
Shaketest Recording SDK #
This is the Flutter SDK for shaketest.io. You can integrate it by calling
var _journeyManager = UserJourneyManager.getInstance(context: context);
_journeyManager.start();
copied to clipboard
in the initState() or build() Method of your root widget. Now you can shake your phone and a panel
will slide up. If you don't want to open the panel through shaking, you can also call
_journeyManger.openUserJourneyMenu();
copied to clipboard
Default (this could be your app in debug mode) #
### After shake
### Recording
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.