safeprint 0.0.1 copy "safeprint: ^0.0.1" to clipboard
safeprint: ^0.0.1 copied to clipboard

outdated

Safe your debug print

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add safeprint

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

dependencies:
  safeprint: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:safeprint/safeprint.dart';
1
likes
30
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Safe your debug print

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on safeprint