flutter_user_recorder 0.2.2 copy "flutter_user_recorder: ^0.2.2" to clipboard
flutter_user_recorder: ^0.2.2 copied to clipboard

A powerful Flutter package for automatically recording and replaying user interactions on any screen or widget. Perfect for testing, automation, and user flow analysis.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'app.dart';
import 'recorder_config.dart';

void main() {
  // Configure navigation delegate once
  configureReplayerNavigationDelegate();
  runApp(const MyApp());
}
2
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package for automatically recording and replaying user interactions on any screen or widget. Perfect for testing, automation, and user flow analysis.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_user_recorder