Did you know?
The humble log
function (from dart:developer
) has many arguments that can be used to customize the appearance of your logs.
If you don't want to use a 3rd-party logger package, this is a pretty good way to go. 👍
To learn about all the supported arguments, check the official docs:
Previous | Next |
---|---|
Use unawaited for your analytics calls | Futures: await vs unawaited vs ignore |