my_print 0.0.4 my_print: ^0.0.4 copied to clipboard
A Package will helps you to use DEBUG PRINT in a good Manner.
My Print #
myPrint is the way to use DEBUG PRINT in a good manner.
Reason #
Many of the developers uses print("Data...");
method to check the values which harms the release by printing those values in it. So, use "myPrint" using this package to secure your app.
This is designed debugPrint("Data...")
function..
Console Output #
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
fancy_containers: ^0.0.4
- Import the package and use it in your Flutter App.
import 'package:my_print/my_print.dart';
Example #
There are a number of properties that you can use:
- screen (required)
- data (required)
- type (optional)
|
Additional information #
- Just use myPrint function by importing the package.
- type is like you sometime check button pressed or not then send data in it. like in example.