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

easy to print log.

dotsot #

Easy to print log using dotsot().

Installation #

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

dependencies:
  dotsot: ^0.0.1

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
0
points
43
downloads

Publisher

verified publisheraarifhusain.com

Weekly Downloads

easy to print log.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dotsot