PawlikMichal25 / my_quotes

This project is deprecated. Flutter app for storing quotes
Apache License 2.0
32 stars 11 forks source link

1 Problem setting up the project with anaysis-options.yaml #1

Closed srlopez closed 4 years ago

srlopez commented 4 years ago

After clone the repo, and with VSCode starting to debug (F5) I get the fallowing error:

!analysis_options.yaml 
The include file package:pedantic/analysis_options.yaml in /{homepath}/dev/flutter/EXAMPLES-my_quotes/analysis_options.yaml cannot be found.

But it's there. In addtion the beug console shows:

* Where:
Build file ' /{homepath}/dev/flutter/EXAMPLES-my_quotes/android/app/build.gradle' line: 53

* What went wrong:
A problem occurred evaluating project ':app'.
> path may not be null or empty string. path='null'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

What's wrong? Thanks in advance

PawlikMichal25 commented 4 years ago

I'm not sure about analysis_options.yaml, but regarding the build.gradle try:

srlopez commented 4 years ago

Indeed, That is the solution . I really liked the architecture of your application. Nice job. I have taken advantage of the quarantine to learn from your work.