my_print 0.1.1 my_print: ^0.1.1 copied to clipboard
A Package will helps you to use DEBUG PRINT in a good Manner.
// Copyright 2023 FluXpert Technologies. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided the conditions.
import 'package:my_print/my_print.dart';
Future<void> main() async {
myPrint(
data: "Hello World",
screen: "Main",
type: "main function",
);
}