fimber
Extensible logging for Flutter - based on Timber on Android, using similar (as far as Dart lang allows) method API with same concepts for tree and planting logging tree.
0.7.0
25K downloads/mo
#1986 most downloaded on pub.dev
magillus/flutter-fimber
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 5 weeks to 1.1 years
Most releases are documented
notes for 24 of 27 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
30 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
30 releases · Nov 2018 to Jun 2023Releases
latest 30-
0.7.026 Jun 2023Nothing published for this version
-
0.6.615 May 2022Nothing published for this version
-
0.6.521 Jan 2022Release notes
Open source →-- Update android dependencies to mavenCentral (from jcenter) #116 -- Fix for Log without exception but with stack trace #115
-
0.6.419 Nov 2021Nothing published for this version
-
0.6.104 Mar 2021Release notes
Open source →-- Added support for Unplantable Trees, that will have end of lifecycle method for cleanup after it is removed.
-
0.6.004 Mar 2021 -
0.5.0-nullsafety.106 Dec 2020 pre-release -
0.4.431 Jul 2020 -
0.4.330 Jul 2020 -
0.4.205 May 2020 -
0.4.105 May 2020 -
0.4.018 Dec 2019 -
0.4.0-dev18 Dec 2019 pre-release -
0.3.318 Dec 2019Release notes
Open source →- Removing FileLogging and moving it to separate package:
fimber_io - 0.4.0 version will remove dependency on dart::io - so that Fimber can be used in Web projects.
- Removing FileLogging and moving it to separate package:
-
0.3.222 Jul 2019 -
0.3.017 Jun 2019Release notes
Open source →- Code styles updates based on pedantic lint rules.
- bug fix for TAG generation taking from correct stacktrace location = index 4.
-
0.3.0-rc17 Jun 2019 pre-releaseNothing published for this version
-
0.2.031 Mar 2019Release notes
Open source →- Added ANSI colorized option for
DebugTreeandCustomFormatTree(by default it is disabled) AnsiStyleclasses as extra for adding any colorful output for console.
- Added ANSI colorized option for
-
0.1.1112 Mar 2019Release notes
Open source →- FileLog bug fix for conflicts on file append.
- FileLog uses flush buffer as temporary storage and writes to disk in 2 cases: 1 every 500ms and when ever buffer size exceeds 1kB.
- Added unit tests for new bug.
- docs update
-
0.1.1003 Feb 2019Release notes
Open source →- bug fix for file log bug where new lines were overriding file not append lines.
- Added log level muting from
Fimber.muteandFimber.unmute
-
0.1.922 Jan 2019Release notes
Open source →- Custom format tree and File logging tree based on custom format. This will allow DartVM apps to output to defined file.
-
0.1.812 Jan 2019Release notes
Open source →- Stacktrace optional parameter after adding
excan be provided fromtry catchblock's second parameter
try { ... } catch (ex, stacktrace) { Fimber.e("log message", ex:ex, stacktrace: stacktrace); } - Stacktrace optional parameter after adding
-
0.1.719 Dec 2018Release notes
Open source →- Accepting dynamic (any class) on
exproperty of Logger. This allows to pass Error or Exception or any other value to log statement -toString()is used for printout
- Accepting dynamic (any class) on
-
0.1.618 Dec 2018Release notes
Open source →- Added Elapsed time option for debug tree logging (useful for server side/dart vm logging)
- Added Time option for debug tree
-
0.1.506 Dec 2018Release notes
Open source →- Bug fix for log tag auto creation inside constructor.
- Added tests for factory method logging after constructor log tag fix.
-
0.1.430 Nov 2018 -
0.1.327 Nov 2018Release notes
Open source →- Added support for iOS log output.
- Un-plant tree option.
- Block function operation.
-
0.1.224 Nov 2018Release notes
Open source →- Small changes around packaging and removing any flutter references.
- Revert to print from debugPrint for dart only support.
- DebugTree got printLog method to override to support other solution to print formatted log line tou output stream, will be helpful in AndroidDebugTree (for example).
- Updates to stacktrace dumping for DebugTree and added method to extract stacktrace.
-
0.1.108 Nov 2018 -
0.1.008 Nov 2018