-
-
Notifications
You must be signed in to change notification settings - Fork 96
More flexible interaction with custom logs (TalkerLogType -> String key) #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #272 +/- ##
===========================================
- Coverage 100.00% 97.22% -2.78%
===========================================
Files 6 14 +8
Lines 185 324 +139
===========================================
+ Hits 185 315 +130
- Misses 0 9 +9 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
packages/talker_flutter/example/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux
Outdated
Show resolved
Hide resolved
packages/talker_flutter/lib/src/ui/talker_monitor/talker_monitor.dart
Outdated
Show resolved
Hide resolved
packages/talker_flutter/lib/src/ui/talker_monitor/talker_monitor_typed_logs_screen.dart
Outdated
Show resolved
Hide resolved
packages/talker_flutter/example/linux/flutter/ephemeral/.plugin_symlinks/share_plus
Outdated
Show resolved
Hide resolved
packages/talker_flutter/example/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux
Outdated
Show resolved
Hide resolved
:D |
Description
This PR introduces a more flexible approach to interacting with custom logs.
Key Features
Custom Key Support:
Improved Customization:
talker
andtalker_flutter
libraries who implement their own version of the Talker Screen.null
key, which limits flexibility. This PR addresses that limitation.Additional Notes
This enhancement ensures a smoother and more customizable experience for developers extending the library.