Skip to content

Releases: Frezyx/talker

v4.0.0

29 Jan 14:02
Compare
Choose a tag to compare

Changelog

  • Add ability to customize colors and titles of any Talker logs

  • Add ability to customize colors of any logs in TalkerScreen UI

  • Add TalkerLogType enum for clear differentiation of logs by types.

  • Update TalkerScreen UI (The interface is now even more user-friendly)

  • Huge documentation update

  • Make 100% test coverage of talker_bloc_logger and talker_dio_logger

  • Add expand / collapse ability for one log card

  • Packages versions synchronization (Now the versions of all core libraries will be identical)

  • BREAKING TalkerDataInterface deleted (Now base data class is TalkerData)

  • Fix: Text color not always visible issue #174

  • Add custom title format issue #170

  • Fix: Logger not resets log color issue #86

Check more details in documentation

New Contributors

Full Changelog: 3.0.0...v4.0.0

v4.0.0-dev.5

21 Jan 09:56
Compare
Choose a tag to compare
v4.0.0-dev.5 Pre-release
Pre-release

What's Changed

talker_flutter-v3.6.0

14 Dec 16:47
Compare
Choose a tag to compare

What's Changed

  • Fix last deploy issues (Member not found for WellKnownTitles issue) by @Frezyx in #164
  • fix(utils): add missing export file by @Ppito in #167
  • Can bring your own history class by @Ppito in #169

Full Changelog: talker_flutter-v3.5.5...talker_flutter-v3.6.0

talker_flutter-v3.5.5

01 Dec 19:07
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #146
  • Update docs and examples by @Frezyx in #147
  • Release talker 3.1.3 and talker_flutter 3.3.1 by @Frezyx in #148
  • Pad minutes and seconds for DT formatter by @Reprevise in #153
  • Release talker v3.1.4 by @Frezyx in #154
  • Fix the overflow issue of 'Talker Monitor'. by @pye52 in #155
  • Bump VeryGoodOpenSource/very_good_coverage from 2.1.0 to 2.2.0 by @dependabot in #158
  • can bring your own errorHandler class by @Ppito in #161
  • add onCreate, onClose logs for talker_bloc_logger by @cem256 in #162

New Contributors

Full Changelog: talker_flutter-v3.3.0...talker_flutter-v3.5.5

talker_flutter-v3.3.0

12 Sep 08:05
9143d00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: talker_flutter-v3.2.7...talker_flutter-v3.3.0

talker_flutter-v3.2.7

08 Aug 17:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: talker_flutter-v3.2.6...talker_flutter-v3.2.7

talker_flutter-v3.2.6

05 Aug 18:53
Compare
Choose a tag to compare
  • Fix appbar icon colors
  • Rename part of internal classes

talker_flutter-v3.2.5

05 Aug 18:21
Compare
Choose a tag to compare
  • Make controller, theme, appBarTitle not required for TalkerView
  • Make TalkerScreen Stateless instead of Stateful

talker_flutter-v3.2.4

05 Aug 17:54
Compare
Choose a tag to compare
  • Fix TalkerViewAppBar title text color

talker_flutter-v3.2.3

05 Aug 17:53
Compare
Choose a tag to compare
  • Add TalkerView in package exports