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