-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'package:flutter_ui_challenges is not present in project #20
Comments
How to resolve this ? |
Hey @dupiesdupreez I am very new to contributing can you please help me to get my first contribution right here 👍 |
Where do we have these imports? |
Hey user can you please send where it must be added Happy coding. |
I tried to fix these in #35 . Please let me know if my approach was correct. |
Besides the two imports in your Yamil that wan't present, your project also does not include the below two imports
import 'package:flutter_ui_challenges/core/presentation/res/assets.dart';
import 'package:flutter_ui_challenges/src/widgets/swiper_pagination.dart';
The text was updated successfully, but these errors were encountered: