mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 17:25:47 +00:00
add project id to env file and hide about
This commit is contained in:
@ -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'] ?? '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user