Releases: yelmuratoff/ispect
Releases · yelmuratoff/ispect
3.0.0
- BREAKING CHANGES:
- I forked the
Talker
package where I'm just as actively contributing and added it toISpect
asISpectify
. This was done for ease of use, and to not depend on external packages. You can now useISpectify
to log all actions in your application. - I have separated the main functions into different separate packages, so you can decide what you want to use.
ispect_ai
- for usingAI
as a log reporter and log description generator. Useful for managers and testers.ispect_jira
- for usingJira
to create tickets directly in the application.ispect_device
- for getting device data, etc.ispectify_http
- for loggingHTTP
requests.ispectify_dio
- for loggingDio
requests.ispectify_bloc
- forBLoC
logging.
Please look at the usage examples in the corresponding packages. You can look at the usage example inispect/example
.
For any questions you can write to my mail:yelamanyelmuratov@gmail.com
.
- I forked the