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

main file not found #12

Closed shivanshu814 closed 1 year ago

shivanshu814 commented 1 year ago

This project also needs main file for running the app that was missing

themisir commented 1 year ago

main.dart is not needed for package type projects. To test it out you can check out the example project which contains the said main.dart file.

shivanshu814 commented 1 year ago

so how to start this project in terminal