logarte
Powerful in-app debug console for Flutter apps with network inspector, storage monitor, and password protection
1.5.0
6.2K downloads/mo
#3561 most downloaded on pub.dev
kamranbekirovyz/logarte
What this package is like to depend on
Last release 1 months ago
30 Jun 2026
Ships unpredictably
gaps range from 9 days to 12 months
Most releases are documented
notes for 20 of 23 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
23 releases · first in 2023
4 releases in the last 12 months
see the full history below
Release timeline
23 releases · May 2023 to Jun 2026Releases
latest 23-
1.5.030 Jun 2026Release notes
Open source →- Added pretty-printing support for Dio
FormData(multipart) request bodies in the network inspector. Thanks to @izzuddin012 for the contribution!
- Added pretty-printing support for Dio
-
1.4.121 Apr 2026Nothing published for this version
-
1.4.011 Sep 2025Nothing published for this version
-
1.3.004 Sep 2025Release notes
Open source →✨ What's New
• 🎯 Redesigned AppBar - More breathing space in console dashboard
• 🗑️ Clear All Button - Quick action to delete all logs from AppBar🔧 Technical Changes
• Moved clear functionality to AppBar actions
• Improved dashboard header layout and spacingFull Changelog: v1.2.2...v1.3.0
-
1.2.223 Aug 2025Release notes
Open source →📄 Log Expansion Feature Added!
Thanks to @Captured-Heart for the feature request!
✨ What's New
- 📄 "Show more" & "Show less" buttons for logs with more than 5 lines
- 🔍 Better readability for long log entries
Full Changelog: v1.2.1...v1.2.2
-
1.2.121 Aug 2025Release notes
Open source →🖥️ Desktop Support Added!
Thanks to @karelklic for the contribution!
✨ What's New
- 🖱️ Proper mouse cursor on desktop floating button
- 📜 Fixed scrolling exceptions on desktop platforms
- 🚀 Better desktop user experience
🔧 Technical Changes
- Added ScrollController to dashboard lists and network details
- MouseRegion with click cursor for floating action button
- Improved desktop platform compatibility
Full Changelog: v1.2.0...v1.2.1
-
1.2.002 Aug 2025Nothing published for this version
-
1.1.012 Jul 2025Release notes
Open source →- Added back button to the console when it was launched without the floating button. Thanks community!
- Update dio dependency version range to ensure compatibility.
-
1.0.007 Jun 2025Release notes
Open source →- Hitting first stable release! 🎉 Logarte is now "readier" for production use.
- Fixed a bug where clicking floating button in network details page would stuck the console.
-
0.3.128 May 2025Release notes
Open source →- Added
disableDebugConsoleLogsparameter to disable logs in IDE's debug console (default is false).
- Added
-
0.3.022 May 2025 -
0.2.421 May 2025 -
0.2.320 May 2025 -
0.2.217 May 2025Release notes
Open source →- You can now drag the entry button to anywhere on the screen with edge snapping behavior.
-
0.2.116 May 2025 -
0.2.010 Apr 2025Release notes
Open source →- Simplify the logging method.
- Deprecated
logarte.info()andlogarte.error()methods. Uselogarte.log()instead. - Upgrade dependencies.
- Update example project.
-
0.1.619 Apr 2024 -
0.1.519 Apr 2024 -
0.1.418 Mar 2024 -
0.1.318 Mar 2024Release notes
Open source →- Added documentation for the package to release it on pub.dev.
- Upgrade dependencies to the latest versions.
-
0.1.207 Jan 2024Release notes
Open source →- Added
LogarteMagicalTapwidget which tapped N times in a row will attach logarte to the screen. - Implemented search functionality and improved overall interface of the console.
- Added
-
0.1.103 Oct 2023Release notes
Open source →- Added
Logarte#onRocketLongPressedandLogarte#onRocketDoubleTappedparameters and initial version of console logger.
- Added
-
0.1.031 May 2023Release notes
Open source →- Initial release with
LogarteNavigatorObserver,LogarteDioInterceptorand console as a graphical user interface.
- Initial release with