round_spot 0.5.0
round_spot: ^0.5.0 copied to clipboard
Customizable, easy to use heat map interface analysis library
Instructions #
Running the example #
- run
flutter create example_app - add the latest versions of those packages as dependencies in
pubspec.yaml:round_spotpath_provider
- replace the content of
lib/main.dartwith theexample.dart - connect a device or start an emulator
- run
flutter run
Interacting with the application #
- tap the
First pagea few times - go to the
Second pageusing the button - scroll the list up and down
- tap some of its items
Getting the heat maps #
- exit the app or put it in background - do not kill it immediately as this might prevent the heat maps from being generated
- heat maps are saved under a path returned by
getApplicationDocumentsDirectory() - depending on your interactions the following files can be present:
first_.pngandsecond_.pngcontaining those application pagessecond_list.pngwith the content of the list (entries from 0 to 49)