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