iampawan / Flutter-UI-Kit

Flutter app for collection of UI in a UIKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bhandaribhumin opened this issue · comments

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

any update

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

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

same here. Anyway to fix?

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

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

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

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"

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

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

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