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 web #28

Open
luizcruz opened this issue Aug 28, 2020 · 0 comments
Open

Running web #28

luizcruz opened this issue Aug 28, 2020 · 0 comments

Comments

@luizcruz
Copy link

Hello,

I have tried to run this app using chrome. First i run these commands:

git clone https://github.com/l3lackcurtains/Flutter-for-Wordpress-App flutter_wordpress_app
fluter get
flutter create --org com.example flutter_wordpress_app

But when i run, got this:

Please check the following imports:

import 'package:flutter_wordpress_app/pages/single_Article.dart'; from flutter_wordpress_app|lib/pages/favoutite_articles.dart at 4:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/pages/favoutite_articles.dart at 3:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/widgets/articleBox.dart at 3:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/blocs/favArticleBloc.dart at 3:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/repo/favArticleRepo.dart at 1:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/repo/favArticleDao.dart at 3:1
import 'package:flutter_wordpress_app/pages/single_Article.dart'; from flutter_wordpress_app|lib/pages/local_articles.dart at 7:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/pages/local_articles.dart at 6:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/pages/search.dart at 7:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/pages/single_article.dart at 10:1
import 'package:flutter_wordpress_app/pages/single_Article.dart'; from flutter_wordpress_app|lib/pages/category_articles.dart at 7:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/pages/category_articles.dart at 6:1
import 'package:flutter_wordpress_app/pages/single_Article.dart'; from flutter_wordpress_app|lib/pages/articles.dart at 8:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/pages/articles.dart at 7:1
import 'package:flutter_wordpress_app/models/Article.dart'; from flutter_wordpress_app|lib/widgets/articleBoxFeatured.dart at 3:1

What am i doing wrong?

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

1 participant