flutter_printer 0.0.3
flutter_printer: ^0.0.3 copied to clipboard
Handling the original flutter print method incomplete, no json format problem.This is a pure dart language development package
flutter_printer #
Handling the original flutter print method incomplete, no json format problem.This is a pure dart language development package
Supported Platforms
- Android
- iOS
How to Use #
# add this line to your dependencies
flutter_printer: ^0.0.3
import 'flutter_printer.dart';
Printer.printMapJsonLog(dynamic,);
| Printer property | description |
|---|---|
| dynamic | List or Map or String |
| state | State |
| lineNum | Printed line position |