To send info to the debug console add the following import: –

import 'dart:developer' as debug;

…then, in your code, add debug output using: –

debug.log("This is debug output");

Grumpy Coder Dude


Discover more from

Subscribe to get the latest posts sent to your email.

Leave a comment

Trending