import 'package:flutter/foundation.dart'; final class BuildConfig{ BuildConfig._(); static bool get isDebug => kDebugMode; }