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

Running "flutter packages get" in Flutter-UI-Kit-master #32

Closed
bhandaribhumin opened this issue May 19, 2019 · 11 comments · Fixed by #33
Closed

Running "flutter packages get" in Flutter-UI-Kit-master #32

bhandaribhumin opened this issue May 19, 2019 · 11 comments · Fixed by #33

Comments

@bhandaribhumin
Copy link

bhandaribhumin commented May 19, 2019

Getting error

Could not find a file named "packages/flutter_web/pubspec.yaml" in https://github.com/flutter/flutter_web e2728abe0058d8a268881d82061d81e0171bbe86.
Running "flutter packages get" in Flutter-UI-Kit-master...
pub get failed (1)

Screenshot 2019-05-21 at 12 02 28 AM

@bhandaribhumin
Copy link
Author

bhandaribhumin commented May 20, 2019

any update

flutter_web_test:
path: ./packages/flutter_web_test
store dependency to locally but it's also not working

@rizwan-dev
Copy link

I too facing the same issue. Is there any way to fix this.

@bhandaribhumin
Copy link
Author

@rizwan-dev nope brobbb

@NikoBr
Copy link

NikoBr commented May 23, 2019

same here. Anyway to fix?

@JayPerfetto
Copy link

Same, have tried moving dependencies around but will likely just drop the web project for now

@JayPerfetto
Copy link

As a follow up, I stripped the web project out of this Kit, and had to replace all flutter_web/material references to be flutter/material -> this project is unusable until this issue is corrected, wherever the fault may reside

@bhandaribhumin
Copy link
Author

Yes I also try everything like remove web dependences and download web dependency from git to my local directory but still same ☹️

@JayPerfetto
Copy link

Yes I also try everything like remove web dependences and download web dependency from git to my local directory but still same ☹️

I managed to get this to a stable build without the web project, but there were a lot of bugs -> for instance, the assets directory is not included in the source anymore, and needed to be imported from an older version of this that I had on file...also the primary image path directory in UIData.dart was incorrect, and needed to have "assets/" added to "images"

@iampawan
Copy link
Owner

iampawan commented May 24, 2019

Checkout web_master branch for running the web version of the app for now.

@bhandaribhumin
Copy link
Author

@iampawan @JayPerfetto thanks let me check and get back to you...

@bhandaribhumin
Copy link
Author

@iampawan Everything is working fine thanks for your help also thanks @JayPerfetto

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

Successfully merging a pull request may close this issue.

5 participants