Mateusz Perlak

Results 40 comments of Mateusz Perlak

https://pub.dev/packages/flutter_fimber 0.6.3 was released - please double check on your project. ( Works on my machine ;-) )

Hi, I am glad you like it. I might be rusty with how it works but with prefix/postfix of file name you can define for example subdirectory for logs -...

I think the list of log files is option - and I thought about it when looking at https://github.com/magillus/flutter-fimber/issues/106 to track history of files.

Sorry for delayed response - I was on vacation last week. Yes, the plan is to use that field and maintain the files - I didn't had chance to work...

Thank you for reporting this. I will take a look at this, do you use `fimber` or `flutter_fimber`? I might update the latter to packaged plugins.

I found reason why on web the index of stacktrace (that `fimber` takes to get line's and tag for it) is blank. The Web dart code adds 4 steps into...

It is one way to parse it, I hoped to not get any dependency for this simple logging package. I will review this and its output. But it still would...

This is good start, It would be new `CrashlyticsTree` that I assume would be in `fimber_crashlytics` package or and sub directory of the main repository - similar to `flutter_fimber`. That...

@darrinps you can override `LogTree` or `DebugTree` and add to the tree, based on debug flag you can add or not to add such tree - this would give you...