- Make sure you have the same error even when you re init the project.
- If so, make sure you have:
# pubspec.yaml at the root of the project dependencies: flutter: sdk: flutter
- If so, make sure you have:
💡 You may have forgotten to add the
:
to the keyword:as
to one of your requirements statements.
- When capturing the content of
./clojuredart/libs-info.edn
you shouldn't have one single line. It may due to a wrong initialization of the project (clj -M -m cljd.build init --dart folder.example
instead of simplyclj -M -m cljd.build init folder.example
)
💡 You can restart the project the right way, by deleting everything except the content of your
src
folder anddeps.edn