Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.87 KB

File metadata and controls

58 lines (36 loc) · 1.87 KB

Useful arguments in the log function (from dart:developer)

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