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.