talker_flutter 2.4.1 talker_flutter: ^2.4.1 copied to clipboard
Flutter extensions for talker. Advanced and simple error handler and logger for dart and flutter apps with history, sharing, customization, etc.
2.4.1 #
- FEAT: Update talker_dio_logger to 1.3.0 and internal packages
2.4.0 #
- FEAT: Add settings bottom sheet on main screen
- FEAT: Add talker_dio_logger settings on settings bottom sheet
- FEAT: Make great UI improvements
- FEAT: Setup talker_dio_logger addon functionality
- FEAT: Make logs reversed as default
2.3.1 #
- FEAT: Add initial TalkerSettings screen to interact with Talker configuration
2.3.0 #
- FEAT: Add filters and fast actions for http calls monitor
- FEAT: Expanded size of log item click zone
2.2.1 #
- FIX: Fix color reset in console
Thnaks for westito
2.2.0 #
- FEAT: Create FlutterTalker extensions for enable iOS/ MacOS colored logging
- FEAT: Implement TalkerMonitor for sorting, warning, infos, verbose errors
- FEAT: Implement Talker Http Monitor for http request-response analytics and monitoring
- FEAT: Web demo example avaliable at frezyx.github.io/talker
2.2.0-dev.1 #
- INFO: Init prerelease version
- INFO: Add web demo example
2.1.1-dev.3 #
- FEAT: TalkerMonitor sorting, warning, infos, verbose errors
- FEAT: Talker Http Monitor for http request-response analytics and monitoring
2.1.1-dev.2 #
- FEAT: Implement initial TalkerMonitor functionality
2.1.1-dev.1 #
- FEAT: Create FlutterTalker extensions for enable iOS/ MacOS colored logging
2.1.1 #
- FIX: TalkerFilter Cannot add to an unmodifiable list issue
Thnaks for ProjectAJ14
2.1.0+1 #
- INFO: Improve README.md
- INFO: Improve pubspec.yaml
2.1.0 #
- FEAT: Implement filter for Talker constructor. Now you can filter data by logger and by talker instance as default.
2.0.6 #
- FIX: Update internal packages
2.0.5 #
- FIX: Analyzer issues about shareFiles method deprecation
2.0.4 #
- FIX: Analyzer issues about shareFiles method deprecation
2.0.3 #
- FIX: Talker logs card gaps
2.0.2 #
- FIX: Ignore routes with null settings.name in TalkerRouteObserver
2.0.1 #
- FIX: Logs text generation for copy and share (save to file) methods
2.0.0 #
- FEAT: Update TalkerScreen actions UI
- FEAT: Implement logs file sharing
- FEAT: Update logs filter UI
- INFO: Code base refactoring
- Huge Talker update See more in releases
1.7.1 #
- FIX: FlutterTalkerException, FlutterTalkerError, FlutterTalkerLog now implements FlutterTalkerDataInterface
1.7.0 #
- INFO: HaveFlutterColorInterface -> TalkerFlutterAdapterInterface
- FEAT: Implement generateFlutterTextMessage method for FlutterTalkerDataInterface, FlutterTalkerLog, FlutterTalkerError, FlutterTalkerException classes
Now you can extend your flutter app logs.
- generateFlutterTextMessage used in TalkerScreen (UI list of logs)
- generateTextMessage used in console logs and history
1.6.0 #
- FIX: Logs cutting by flutter via print method. Now Talker constructor have output filed to provide callback. For flutter applications, you need to pass debugPrint as output method See more in talker_flutter initialization on project README.md
- INFO: Update talker to 1.3.0 version
1.5.1 #
- INFO: Huge README update
- INFO: Update talker to 1.2.0 version
1.5.0 #
- FEAT: Implement TalkerHistoryBuilder widget to create your own custom designed logs UI screen
- FEAT: Implement TalkerBuilder widget to create your own custom designed screen with last log message showing
- INFO: Update talker to 1.1.1 version
1.4.2 #
-
INFO: Add TalkerScreen appBarTitle field
Thanks for Khaoz-Topsy
1.4.1 #
- INFO: Add documentation for TalkerWrapper
1.4.0 #
- FEAT: Implement TalkerWrapper widget (to showing snackbars)
- FEAT: Implement base error messages showing in UI (for user)
1.3.0 #
talker_logger updates:
- FEAT: Implement ExtendedLoggerFormatter
- FEAT: Upgrade ColoredLoggerFormatter
- FIX: Typo Formater -> Formatter
1.2.0 #
-
FEAT Add default ordering setting for logs at TalkerScreen
Thanks for jirehcwe
1.1.0 #
- FEAT Implement TalkerListener widget to handle talker data stream
1.0.0 #
First stable release! 🎉
0.12.0 #
- INFO Update talker version to 0.12.0
0.11.0 #
- INFO Update talker version to 0.11.0
0.10.0 #
- FEAT Create extended example and base example
- FIX Make refactor in internal UI code
- FIX Fix examples
- INFO Update group_button version
0.9.0 #
- FEAT Add expand button for hiding or revealing logs
- FEAT Update TalkerScreen log UI
- FIX Saving selected filters after sheet closing
0.8.1 #
- talker_logger update to 0.8.0 version
- talker_logger changes:
- INFO: Create README with documentation and examples
- FIX: Rename and refactor internal code
- INFO: Add all public entities docs
- FIX: Remove lineSymbol and maxLineWidth field from LogDetails
0.8.0 #
- INFO Add all package documentation
- INFO Update talker package to 0.8.0 version
0.6.0 #
- Update internal packages
0.5.4 #
- Update group_button version to 4.5.0
- Fix issue 12
0.5.3 #
- Update talker version to 0.7.0
0.5.2 #
- Fix display message parsing
0.5.1 #
- Update display message UI
- Update talker version to 0.6.1
0.5.0 #
- Implement UI filter for convenient work with the console in the application
0.4.1 #
- Add Flutter Colors extended Talker models
to customize colors of your UI logs
0.4.0 #
- Update talker version to 0.5.0
0.3.0 #
- Update all packages to latest version
- Fix UI coloring
0.2.2 #
- Update Talker version
0.2.1 #
- Fix Talker to TalkerInterface
0.2.0 #
- Add logs list copy method
- Fix log colors
0.1.0 #
- Initial version