iamshaunjp / flutter-firebase

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

Lesson 5 #6

Open rockstar0009 opened 4 years ago

rockstar0009 commented 4 years ago

i have problem in sign_in.dart _the import 'package:coffecafe/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 (51)