diff --git a/pubspec.yaml b/pubspec.yaml index 8bd5948..10cac92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,7 @@ description: Chucker Flutter helps you inspect the HTTP(S) requests/responses. I version: 1.6.2 repository: https://github.com/syedmurtaza108/chucker-flutter issue_tracker: https://github.com/syedmurtaza108/chucker-flutter/issues +topics: [http, networking, chucker] funding: - https://www.patreon.com/syedmurtaza @@ -24,4 +25,8 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - very_good_analysis: ^5.0.0+1 \ No newline at end of file + very_good_analysis: ^5.0.0+1 + +screenshots: + - description: Chucker Flutter Logo + path: screenshots/logo.png \ No newline at end of file diff --git a/screenshots/logo.png b/screenshots/logo.png new file mode 100644 index 0000000..6fd32e7 Binary files /dev/null and b/screenshots/logo.png differ