secerts.dart file missing
debjeetproso opened this issue · 4 comments
debjeetproso commented
I cloned your repo and found out there is not file of import secrets.dart';
this is the full import path import 'package:flutter_social_chat/secrets.dart';
alperefesahin commented
Hello, secrets.dart file is unique, so you should create it, and not share it with anyone. Thanks!
debjeetproso commented
okay, so what it looks like?
does it contain API keys like .dotenv?
alperefesahin commented
Exactly.
debjeetproso commented
okay, thank you!