fconsole 2.6.2 fconsole: ^2.6.2 copied to clipboard
An overlay console log list like v-console.
2.6.2 #
- Fix lint.
2.6.1 #
- Fix bug.
2.6.0 #
- Add FlowLog.addGlobalListener.
2.5.4 #
- Update device_info_plus.
2.5.3 #
- Fix offset calculate bug.
- Fix old API of flutter.
2.5.2 #
- Now avoid modify the MediaQueryData above Material.
- Improve example.
2.5.1 #
- Restore Mediaquery when render app to avoid remove top safearea.
2.5.0 #
- Update example to null-safety.
- Update intl version to any.
2.4.0 #
- Always keep moveable fconsole bubble in safearea now.
- Add stack trance info to default catch.
- Can view and copy stack trace info of error log now.
2.3.1 #
- Update device_info_plus version.
2.3.0 #
- Update device_info_plus version.
2.2.1 #
- Improve JSON View in flow log.
2.2.0 #
- Support JSON tree view and JSON copy in flow log.
- Update readme.
2.1.2 #
- Update readme.
2.1.0 #
- Update device_info and share plugins to plus version to support more platform.
2.0.0 #
- Removed oktoast.
- Now can provide custom card by set FConsole.instance.delegate, or add delegate property to runAppWithFConsole. See Example for Detail.
- Now can use FConsole.showMessage to show internal toast message(To replace OKToast);
- Remove Focnsole.instance.isShow. Add Focnsole.instance.status,Focnsole.instance.isOn,Focnsole.instance.off;
1.1.5 #
- Remove top oktoast widget.
1.1.4 #
- Add optional id to Flowlog.
- Change some return-value to no-null.
1.1.3 #
- Fix i18n bug.
1.1.2 #
- Now display flow log count.
1.1.1 #
- Breaking Change: rename runAppWithConsole to runAppWithFConsole.
- Remove oktoast export.
1.1.0 #
- Breaking Change: add beforeRun callback in runAppWithConsole.
1.0.0-nullsafety.1 #
- Update Share version.
1.0.0-nullsafety.0 #
- Add Nullsafety.
0.2.2+6 #
- Fix stackoverflow error.
- Fix end with error-log error.
0.2.1+5 #
- Fix null added to flowLog.
0.2.0+4 #
- Add time info to share text.
- Error flowLog show with red text.
- Fix stack overflow bug of flowLog.
0.1.2+2 #
- Update device_info to 1.0.0.
0.1.2+1 #
- Fix bug.
- Add duration of flowlog.
0.1.1+1 #
- Fix bug.
- Change log list to reversed list.
0.1.0+1 #
- Add share function.
- Add console.log function.
- Fix runFConsoleApp print bug.
- Fix print log bug.
- Fix log error bug.
0.0.4+1 #
- Add
runFConsoleApp
func.
0.0.2+1 #
- init.