You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have problem in sign_in.dart
the import 'package:coffe_cafe/services/auth.dart';
the flutter say remove unused import
and another
_final AuthService auth = AuthService();
undefined class 'AuthService'.
Try changing the name to the name of an existing class, or creating a class with the name 'AuthService'.dart(undefined_class)
please help
The text was updated successfully, but these errors were encountered:
i have problem in sign_in.dart
the import 'package:coffe_cafe/services/auth.dart';
the flutter say remove unused import
and another
_final AuthService auth = AuthService();
undefined class 'AuthService'.
Try changing the name to the name of an existing class, or creating a class with the name 'AuthService'.dart(undefined_class)
please help
The text was updated successfully, but these errors were encountered: