-
Notifications
You must be signed in to change notification settings - Fork 11
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
Export logarte_dashboard_screen.dart and disableDebugConsoleLogs #4
Conversation
@Codel1417 hi. I see that you've helped me a lot here. I'll review the code ASAP, then merge and release the new version. Appreciate it. |
I appreciate all of your current and any future contributions. Can we make changes one by one by in a separate PRs? |
Done, though I haven't tested any of them separately. I split them using cherry-picking commits with some minor editing to fix merges |
Oh, that's very perfect that you've opened separate PRs for them. Thanks and let me review and test each. |
I wanted to use go router, and my existing method to lock developer mode settings, So this exports the main dashboard.
also adds
disableDebugConsoleLogs
from #3also exports the Level and adds it to info()
also adds an optional back button to the dashboard (off by default)
adds
logBufferLength
to limit the number of stored logs. defaults to 2500. #2adds a source value to 'info' logs which overwrites the source from Trace.source
I think this PR may continue to bloat as I make changes for myself