dotsot 0.0.3 copy "dotsot: ^0.0.3" to clipboard
dotsot: ^0.0.3 copied to clipboard

Using this package you can easily log the Strings in to console. It helps to debug the code and increase the readability of the code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dotsot

With Flutter:

 $ flutter pub add dotsot

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

dependencies:
  dotsot: ^0.0.3

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:dotsot/dotsot.dart';
1
likes
0
points
43
downloads

Publisher

verified publisheraarifhusain.com

Weekly Downloads

Using this package you can easily log the Strings in to console. It helps to debug the code and increase the readability of the code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dotsot