FlutterScreens
FlutterScreens copied to clipboard
'package:flutter_ui_challenges is not present in project
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';
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?
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';
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.