flutter_dev_utils 0.0.3 flutter_dev_utils: ^0.0.3 copied to clipboard
Developer utils to make your life easier; e.g. try handlers to easily find source of bug, help classes for code editor inline tips.
0.0.3 #
- Added typing to tryHandlers to catch static errors
0.0.2+1 #
- Fixed catchKnownExceptions
0.0.2 #
- Modified TypeFilter to extend ProductionFilter instead of DevelopmentFilter so that the stackTrace is always printed.
- Tidied up example/main.dart
0.0.1+4 #
- Modified tryHandler finally clause as returning value in finally causes return in try and catch to be overridden.
- Updated example
0.0.1+3 #
- Added more Help classes
- Added await to asyncTryHandler
0.0.1+2 #
- Added a lot more Help classes
0.0.1+1 #
- Exposed Help classes
- Updated README
0.0.1 #
- Added Help classes
- Added finally to tryCatchHandler, renamed to tryHandler
- Return error/exception in tryHandler.catchUnknownExceptions
0.0.0 #
- tryCatchHandler and CallerLogger