themisir / flutter-network-logger

Network logger with well designed user interface to inspect network traffic logs. Included with Dio interceptor.
https://pub.dev/packages/network_logger
Apache License 2.0
25 stars 21 forks source link

Need support function open log screen #7

Closed tiendung01023 closed 2 years ago

tiendung01023 commented 2 years ago

I want to open the log screen by shaking my device or my button calls this function. I don't want to show an available button

themisir commented 2 years ago

You can open log screen by calling NetworkLoggerScreen.open(), using floating action button is optional, just implement your own trigger and call the above method to open log screen.