import 'package:flutter_dotenv/flutter_dotenv.dart'; class TempConst { static String projectIdDev = dotenv.env['PROJECT_ID'] ?? ''; }