FlutterScreens icon indicating copy to clipboard operation
FlutterScreens copied to clipboard

'package:flutter_ui_challenges is not present in project

Open dupiesdupreez opened this issue 4 years ago • 5 comments

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';

dupiesdupreez avatar Apr 09 '20 11:04 dupiesdupreez

How to resolve this ?

netoboti avatar May 16 '20 00:05 netoboti

Hey @dupiesdupreez I am very new to contributing can you please help me to get my first contribution right here 👍

cv692001 avatar Aug 21 '20 08:08 cv692001

Where do we have these imports?

samarthagarwal avatar Aug 21 '20 10:08 samarthagarwal

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.

nipunattri1 avatar Aug 11 '21 14:08 nipunattri1

I tried to fix these in #35 . Please let me know if my approach was correct.

rishavnaskar avatar Aug 17 '21 18:08 rishavnaskar