import 'package:flutter/foundation.dart'; void yjPrint(Object? object) { if (kDebugMode) { print(object); } }