dotsot 0.0.2
dotsot: ^0.0.2 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.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.