iamshaunjp / flutter-firebase

All course files for the Flutter & Firebase tutorial playlist on The Net Ninja YouTube channel
580 stars 441 forks source link

sign_in #7

Open rockstar0009 opened 4 years ago

rockstar0009 commented 4 years ago

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 Screenshot (52)

zhouhao27 commented 4 years ago

The AuthService is not in your services/auth.dart.