dotsot 0.0.5 copy "dotsot: ^0.0.5" to clipboard
dotsot: ^0.0.5 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.

dotsot #

Easy to print log using dotsot().

Installation #

To get started, add the following dependency to your pubspec.yaml:

dependencies:
  dotsot: ^0.0.5

Run dart pub get dotsot or flutter pub get dotsot to install the package.

Basic #

import 'package:dotsot/dotsot.dart';

void main() {
  // Default log
  "This is a log message.".dotsot();
  // Or 
  variableName.dotshot();
}

License #

This package is licensed under the MIT License.

Maintainers #

@aarifhusaincom

Aarif Husain #

1
likes
150
points
43
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter

More

Packages that depend on dotsot