flutter-fimber icon indicating copy to clipboard operation
flutter-fimber copied to clipboard

Fimber is Flutter logger inspired by Timber (logger API for Android)

Results 19 flutter-fimber issues
Sort by recently updated
recently updated
newest added

I'm wondering why `ex` is dynamic and not `Exception`. Can I pass any object to the api? Would be happy about a clarification, thanks. ```dart /// Logs [message] with log...

1. sorry for my previous code. I make mistake, so the package name is not fixed. 2. 0.6.6 fixed file rotation bug. 3. I add a workable sample to demo...

With the latest flutter, the FimberFileTree seems unable to output the package tag information in the log output. [✓] Flutter (Channel stable, 2.10.4, on Ubuntu 20.04.4 LTS 5.13.0-40-generic, locale en_US.UTF-8)...

I meet the problem: the first log is always deleted when sizerollingfile tree is used. I dig the problem. The problem code ` void detectFileIndex() { var rootDir = Directory(filenamePrefix);...

See: https://flutter.dev/docs/testing/code-debugging#logging use: ``` import 'dart:developer' as developer; developer.log( 'log me', name: 'my.app.category', error: jsonEncode(myCustomObject), ); ```

We can use multiple CustomFormatTrees per each logLevels. We can create static method to define those with single `plantMultipleTrees`

After upgrading my app to Flutter 2.0.2 (without nullSafety) i get the following error while building for android (ios works fine): Launching lib/main.dart on Android SDK built for x86 in...

Hi! Thank you for this library. Sometimes you need to send logs to someone with a file during development. Now this is hard to do. Could you add a method...

Do you plan to support maxHistoryFiles in TimedRollingFileTree class? Currently there is only a declaration of maxHistoryFiles variable, but it is not used. I assume Fimber should should delete log...