stdlog 1.0.5 copy "stdlog: ^1.0.5" to clipboard
stdlog: ^1.0.5 copied to clipboard

A wrapper around the built-in stdio IOSinks using the KISS principle.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stdlog

With Flutter:

 $ flutter pub add stdlog

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  stdlog: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:stdlog/stdlog.dart';
0
likes
150
pub points
1%
popularity

Publisher

verified publishertytydraco.xyz

A wrapper around the built-in stdio IOSinks using the KISS principle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

More

Packages that depend on stdlog