samarthagarwal / FlutterScreens

A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.
5.78k stars 1.35k forks source link

'package:flutter_ui_challenges is not present in project #20

Open dupiesdupreez opened 4 years ago

dupiesdupreez commented 4 years ago

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

netoboti commented 4 years ago

How to resolve this ?

cv692001 commented 4 years ago

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

samarthagarwal commented 4 years ago

Where do we have these imports?

nipunattri1 commented 3 years ago

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.

rishavnaskar commented 3 years ago

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