first
This commit is contained in:
10
lib/common/print/print.dart
Normal file
10
lib/common/print/print.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
const bool inProduction = !kDebugMode;
|
||||
|
||||
void yjPrint(Object? object) {
|
||||
if (kDebugMode) {
|
||||
print(object);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user