add project id to env file and hide about

This commit is contained in:
mohammad
2025-02-11 11:05:13 +03:00
parent 9897c19dad
commit efed5f55a7
5 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,5 @@
import 'package:flutter_dotenv/flutter_dotenv.dart';
class TempConst {
static const projectIdDev = '0e62577c-06fa-41b9-8a92-99a21fbaf51c';
static const projectIdStag = 'bcda711e-9fc2-4168-a05e-171b4026d1ff';
static String projectIdDev = dotenv.env['projectId'] ?? '';
}