console_plus library
Classes
- ConsolePlus
- ConsolePlusLog
- DebugLogConsole
- 🔹 Main Logger Class (Logic intact)
- FloatingConsole
- 🔹 Floating Console Overlay (UI)
- FloatingDebugButton
- 🔹 Floating Draggable Debug Button
- LogEntry
- 🔹 Log Entry
- PrintCapturer
- 🟩 NEW: Early Print Capturer
Enums
- LogType
- 🔹 Log Type Enum
Typedefs
- DeveloperLogHandler = void Function(String message, {Object? error, int level, String name, StackTrace? stackTrace})