頂級的Flutter調試和日誌記錄套件 ------------------------------------------ 調試是在Flutter應用程序中識別和解決錯誤的過程。日誌記錄是在應用程序運行時跟踪事件和信息的過程,對調試是有用的。 以下是用於調試和日誌記錄的完整Dart和Flutter包列表。
simple_logger
97
提供簡單的日誌記錄 API。通過將 includeCallerInfo 設置為 true,日誌還包括呼叫方信息。在 Android Studio 上,通過點擊日誌可以跳轉到被呼叫的位置。
error_stack
54
errorstack helps you swiftly deal with errors in your flutter applications! custom error handling ui and logging to keep you productive.
catcher_2
43
Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.
talker_bloc_logger
38
lightweight and customizable bloc state management library logger on talker base.
anyhow
31
idiomatic error handling capabilities to make your code safer, more maintainable, and errors easier to debug. dart implementation of rust's result monad type and "anyhow" crate.
ispect
15
A package combining Inspector, Talker, and more from pub.dev for efficient project implementation.
flutter_debug_overlay
8
Flutter package for implementing a debug overlay in your app, providing features like log viewers, HTTP request inspectors, and customizable widgets for easy debugging.