qa_logger 0.4.0 copy "qa_logger: ^0.4.0" to clipboard
qa_logger: ^0.4.0 copied to clipboard

qa_logger is a Dart package that provides a simple and efficient way to monitor network calls and logs in your application. It's a good tool for QA and backend developers.

example/qa_logger_example.dart

import 'package:flutter_express/flutter_express.dart';

void main() {
  // QaLogger().log('Hello World');
  FlutterExpress app = FlutterExpress();

  app.get('/', (req, res) {});

  app.listen(3000, () {
    print('Server is running on port 3000');
  });
}
5
likes
0
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

qa_logger is a Dart package that provides a simple and efficient way to monitor network calls and logs in your application. It's a good tool for QA and backend developers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter_express, shelf, shelf_web_socket

More

Packages that depend on qa_logger