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

easy to print log.

example/main.dart

// example/main.dart

import 'package:dotsot/dotsot.dart';

void main() {
  // Simple log using the extension
  'App started'.log();

  // Custom tag
  'Fetching user data...'.log('NETWORK');

  // Error message
  'Something went wrong!'.log('ERROR');
}
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