alperefesahin/flutter_social_chat

secerts.dart file missing

Closed this issue · 4 comments

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';

Hello, secrets.dart file is unique, so you should create it, and not share it with anyone. Thanks!

okay, so what it looks like?
does it contain API keys like .dotenv?

Exactly.

okay, thank you!