chucker_flutter
Chucker Flutter helps you inspect the HTTP(S) requests/responses. It stores data locally and provides a UI for inspecting network calls and sharing their content.
1.9.2
25K downloads/mo
#1999 most downloaded on pub.dev
syedmurtaza108/chucker-flutter
What this package is like to depend on
Last release 3 months ago
14 May 2026
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 45 of 46 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
46 releases · first in 2022
3 releases in the last 12 months
see the full history below
Release timeline
46 releases · Mar 2022 to May 2026Releases
latest 46-
1.9.214 May 2026Release notes
Open source →What's Changed
- Reverse CHANGELOG.md to descending order (newest first) by @Copilot in #159
- feat: replace NavigatorObserver with navigatorKey by @andrii-neroznak-eyewa in #167
- fix: capture response headers in ChuckerHttpClient by @adamdansky in #166
New Contributors
- @andrii-neroznak-eyewa made their first contribution in #167
- @adamdansky made their first contribution in #166
Full Changelog: v1.9.1...v1.9.2
Release notes
Open source →- Add
ChuckerFlutter.navigatorKeyas the recommended integration. Attach it to your rootMaterialApp.navigatorKey(orGoRouter/customRouterDelegate) to make notifications and the inspector work reliably even when the host app uses nestedNavigators (e.g. bottom-nav shells,ShellRoute, modal flows). - Deprecate
ChuckerFlutter.navigatorObserver. It still works as a fallback so existing apps keep running unchanged, but new integrations should switch tonavigatorKey.
-
1.9.130 Dec 2025Release notes
Open source →What's Changed
- chore(deps): update dependency very_good_analysis to v9 by @renovate[bot] in #124
- chore(deps): update dependency gradle to v7.6.6 by @renovate[bot] in #123
- chore(deps): update dependency flutter_lints to v6 by @renovate[bot] in #121
- chore(deps): update gradle to v9 by @renovate[bot] in #127
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #128
- chore(deps): update codecov/codecov-action action to v5.5.1 by @renovate[bot] in #129
- fix(deps): update dependency share_plus to v12 by @renovate[bot] in #130
- added fix for http error by @gktirkha in #132
- chore(deps): update dependency very_good_analysis to v10 by @renovate[bot] in #133
- fix toCurl() format error with POST request by @CuongNV12 in #142
- Upgrade Dependencies & Improve Android Gradle Configuration for Better Compatibility by @mateendev3 in #144
- chore(deps): update plugin org.jetbrains.kotlin.android to v2.2.21 by @renovate[bot] in #146
- chore(deps): update plugin com.android.application to v8.13.1 by @renovate[bot] in #145
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #141
- chore(deps): update codecov/codecov-action action to v5.5.2 by @renovate[bot] in #147
- Fix empty catch blocks, memory leak, and widget lifecycle issues by @Copilot in #149
- Add comprehensive test coverage across widgets, interceptors, and models by @Copilot in #150
- Fixed by @syedmurtaza108 in #153
- [Feature]: add initialize to customize chucker-ui-helper by @monfadev in #152
- Test fixes by @syedmurtaza108 in #155
New Contributors
- @gktirkha made their first contribution in #132
- @CuongNV12 made their first contribution in #142
- @mateendev3 made their first contribution in #144
- @Copilot made their first contribution in #149
- @monfadev made their first contribution in #152
Full Changelog: v1.8.5...v1.8.6
Release notes
Open source →- chore(deps): update dependency very_good_analysis to v9 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/124
- chore(deps): update dependency gradle to v7.6.6 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/123
- chore(deps): update dependency flutter_lints to v6 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/121
- chore(deps): update gradle to v9 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/127
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/128
- chore(deps): update codecov/codecov-action action to v5.5.1 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/129
- fix(deps): update dependency share_plus to v12 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/130
- added fix for http error by @gktirkha in https://github.com/syedmurtaza108/chucker-flutter/pull/132
- chore(deps): update dependency very_good_analysis to v10 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/133
- fix toCurl() format error with POST request by @CuongNV12 in https://github.com/syedmurtaza108/chucker-flutter/pull/142
- Upgrade Dependencies & Improve Android Gradle Configuration for Better Compatibility by @mateendev3 in https://github.com/syedmurtaza108/chucker-flutter/pull/144
- chore(deps): update plugin org.jetbrains.kotlin.android to v2.2.21 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/146
- chore(deps): update plugin com.android.application to v8.13.1 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/145
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/141
- chore(deps): update codecov/codecov-action action to v5.5.2 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/147
- Fix empty catch blocks, memory leak, and widget lifecycle issues by @Copilot in https://github.com/syedmurtaza108/chucker-flutter/pull/149
- Add comprehensive test coverage across widgets, interceptors, and models by @Copilot in https://github.com/syedmurtaza108/chucker-flutter/pull/150
- Fixed by @syedmurtaza108 in https://github.com/syedmurtaza108/chucker-flutter/pull/153
- [Feature]: add initialize to customize chucker-ui-helper by @monfadev in https://github.com/syedmurtaza108/chucker-flutter/pull/152
- Test fixes by @syedmurtaza108 in https://github.com/syedmurtaza108/chucker-flutter/pull/155
-
1.9.025 Nov 2025Release notes
Open source →- chore(deps): update dependency very_good_analysis to v9 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/124
- chore(deps): update dependency gradle to v7.6.6 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/123
- chore(deps): update dependency flutter_lints to v6 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/121
- chore(deps): update gradle to v9 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/127
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/128
- chore(deps): update codecov/codecov-action action to v5.5.1 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/129
- fix(deps): update dependency share_plus to v12 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/130
- added fix for http error by @gktirkha in https://github.com/syedmurtaza108/chucker-flutter/pull/132
- chore(deps): update dependency very_good_analysis to v10 by @renovate[bot] in https://github.com/syedmurtaza108/chucker-flutter/pull/133
- fix toCurl() format error with POST request by @CuongNV12 in https://github.com/syedmurtaza108/chucker-flutter/pull/142
- Upgrade Dependencies & Improve Android Gradle Configuration for Better Compatibility by @mateendev3 in https://github.com/syedmurtaza108/chucker-flutter/pull/144
-
1.8.521 May 2025Release notes
Open source →What's Changed
- log response headers for API responses by @KashyapBhat in #115
- chore(deps): update codecov/codecov-action action to v5.4.3 by @renovate in #117
- fix: fix TabBarTheme to TabBarThemeData by @KeeganDC in #118
New Contributors
- @KashyapBhat made their first contribution in #115
- @KeeganDC made their first contribution in #118
Full Changelog: v1.8.4...v1.8.5
-
1.8.414 May 2025Release notes
Open source →What's Changed
- chore(deps): update codecov/codecov-action action to v5 by @renovate in #94
- chore(deps): update codecov/codecov-action action to v5.0.2 by @renovate in #95
- chore(deps): update codecov/codecov-action action to v5.0.4 by @renovate in #96
- chore(deps): update dependency very_good_analysis to v7 by @renovate in #104
- chore(deps): update codecov/codecov-action action to v5.1.2 by @renovate in #97
- enhancement: should not await when intercept by @quango2304 in #103
- chore(deps): update codecov/codecov-action action to v5.3.0 by @renovate in #107
- chore(deps): update codecov/codecov-action action to v5.4.0 by @renovate in #108
- chore(deps): update codecov/codecov-action action to v5.4.2 by @renovate in #112
- [enhancement] Display request parameters to easily distinguish between GraphQL calls by @Wreos in #113
New Contributors
- @quango2304 made their first contribution in #103
- @Wreos made their first contribution in #113
Full Changelog: v1.8.2...v1.8.4
-
1.8.325 Dec 2024Nothing published for this version
-
1.8.214 Nov 2024Release notes
Open source →What's Changed
- chore(deps): update dependency flutter_lints to v5 by @renovate in #91
- feature: Honor background theme on notification background by @ErickArmen in #93
New Contributors
- @ErickArmen made their first contribution in #93
Full Changelog: v1.8.1...v1.8.2
-
1.8.117 Sep 2024Release notes
Open source →What's Changed
- fix: decode queryParams if any special character by @SyifaAinnur in #88
- Hotfix/json encoding by @syedmurtaza108 in #90
Full Changelog: v1.8.0...v1.8.1
-
1.8.012 Sep 2024Release notes
Open source →What's Changed
- chore(deps): update codecov/codecov-action action to v4.5.0 by @renovate in #80
- Fix share button on ipad. by @LarryHsiao in #84
- chore(deps): update dependency very_good_analysis to v6 by @renovate in #83
- feature: copy cURL by @SyifaAinnur in #87
New Contributors
- @LarryHsiao made their first contribution in #84
- @SyifaAinnur made their first contribution in #87
Full Changelog: v1.7.2...v1.8.0
-
1.7.224 May 2024 -
1.7.124 May 2024 -
1.7.029 Apr 2024 -
1.6.322 Jan 2024 -
1.6.227 Dec 2023 -
1.6.115 Oct 2023 -
1.6.016 Sep 2023Release notes
Open source →- Feat: Added helping logs
- Feat: Added support for
showNotificationkey to ignore in-app notifications
-
1.5.217 Jun 2023 -
1.5.115 Apr 2023Release notes
Open source →- Fix: Error response parsing failed in dio interceptor
- Fix: Error response parsing failed in http logging interceptor
-
1.5.009 Apr 2023 -
1.4.321 Mar 2023 -
1.4.222 Jan 2023 -
1.4.124 Dec 2022 -
1.4.1+124 Dec 2022 -
1.4.010 Dec 2022Release notes
Open source →share_plusmajor version upgrade- Logging interceptor added for Http client. See readme to learn how to use it.
-
1.3.602 Nov 2022 -
1.3.509 Oct 2022 -
1.3.401 Aug 2022 -
1.3.308 Jul 2022 -
1.3.225 Jun 2022 -
1.3.124 Jun 2022 -
1.3.019 Jun 2022Release notes
Open source →- Support for Json preview in both tree and text (pretty json) forms
- Support for Image url preview
-
1.2.416 Jun 2022 -
1.2.4+116 Jun 2022 -
1.2.313 Jun 2022 -
1.2.211 Jun 2022 -
1.2.131 May 2022 -
1.2.021 May 2022 -
1.1.401 May 2022 -
1.1.309 Apr 2022Release notes
Open source →- Add check for debug build. For now, the Chucker Flutter button and notifications would be visible in debug mode only.
-
1.1.230 Mar 2022 -
1.1.127 Mar 2022 -
1.1.1+127 Mar 2022 -
1.1.1+229 Mar 2022 -
1.1.026 Mar 2022Release notes
Open source →- Added support for Dart's Http library
- Created custom json tree viewer
- Minor issues fixes
-
1.0.023 Mar 2022 -
1.0.0+123 Mar 2022