Skip to content
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

Errors in setup #132

Closed
AbdulMalikDev opened this issue Mar 12, 2021 · 6 comments
Closed

Errors in setup #132

AbdulMalikDev opened this issue Mar 12, 2021 · 6 comments

Comments

@AbdulMalikDev
Copy link

Hi i'm a 3rd year Computer Science student from India.

I'm facing a few errors in setting up the dev environment, would be really grateful if someone could help me out here.

The first step i did was clone the project as mentioned

git clone https://github.com/PalisadoesFoundation/talawa.git
cd talawa

Got all packages

flutter pub get

Errors im facing are mostly about missing imports. Many files dont seem to be existing in the path that are mentioned in the imports.

For example in the talawa/lib/controllers/activity_controller.dart file there is an import which does not exist :

import 'package:talawa/view_models/vm_add_activity.dart';

I've checked the talawa/view_models folder and there is no file named "vm_add_activity.dart"

Other such imports include :

Location : talawa/lib/controllers/activity_controller.dart
Error :

import 'package:talawa/model/activity.dart';

Location : talawa/lib/controllers/note_controller.dart
Error :

import 'package:talawa/model/note.dart';

Formal Error :

Try creating the file referenced by the URI, or Try using a URI for a file that does exist.darturi_does_not_exist ```
@SriramPatibanda
Copy link
Contributor

Even I'm facing the same issue.

@AbdulMalikDev
Copy link
Author

AbdulMalikDev commented Mar 12, 2021

@SriramPatibanda Consider giving a like to this issue to increase visibility of this issue.

@utkarshshendge
Copy link
Contributor

@AbdulMalikDev maintainers are working on it and its expected to be fixed by 14th march.
see #111

@yasharth291
Copy link
Contributor

#92 same

@Sagar2366
Copy link
Contributor

@AbdulMalikDev try cloning latest master. Let us know if you still get same issue.

@DeltaHarbinger
Copy link
Contributor

Hello @AbdulMalikDev, @SriramPatibanda, and @utkarshshendge. We merged #151 to master which seems to fix most problems. Check it out, we haven't heard of anyone having problems building since then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants