flutter_ui_interaction_recorder 0.0.2
flutter_ui_interaction_recorder: ^0.0.2 copied to clipboard
A Flutter package to record user UI interactions.
0.0.2 #
- Fixed package description length for pub.flutter-io.cn compliance
- Updated permission_handler dependency to ^12.0.1
- Added web platform support with kIsWeb checks
- Removed unused variables and fixed static analysis warnings
- Added platform restrictions (android, ios, linux, macos, windows)
- Improved code quality and reduced warnings to 0
0.0.1 #
- Initial release of flutter_ui_interaction_recorder
- Core functionality for recording user interactions
- Support for tap, long press, text input, scroll, and navigation events
- JSON export functionality
- Privacy protection for sensitive data
- Real-time overlay for controlling recording
- Comprehensive widget wrappers for easy integration
- Configuration options for customizing recording behavior
- Example app demonstrating all features
- Complete test coverage for core functionality