Last updated:
0 purchases
fcr server
A crash local recorder server for flutter pipeline plugin
Configure Your App #
Visit Flutter Pipeline
Installation #
flutter pub global activate fcr_server
copied to clipboard
Running the server #
fcr
copied to clipboard
This will start the crash recorder server at root of your project
OUTPUT
Server listening on port 9843
In you flutter app use the below config
Host: 192.168.0.113
Port: 9843
Code: 901805 // a secret code for secure communication
Crash Reports will be saved at ./crashes
copied to clipboard
Where can i see crash logs? #
By default fcr will write log files at ./crashes wherever you run the fcr.
Have Questions? #
Lets discuss in github
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.