nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️
https://nylo.dev
MIT License
597 stars 61 forks source link

Could not find package `ny_auth_slate` or file `ny_auth_slate:main` #167

Closed birdycn closed 2 weeks ago

birdycn commented 2 months ago

Thank you for providing such a great framework to help better learn and understand Flutter language. I encountered a problem using the document dart run nylo-framework: main slave: publish ny_outh_stlate and the result shows: Could not find package 'ny_outh_stlate' or file 'ny_outh_stlate': main

agordn52 commented 2 months ago

Hi @birdycn,

Thanks for your feedback 👍

Re. ny_auth_slate It looks like you ran the wrong command. 🚫 Don't use : dart run nylo-framework: main slave: publish ny_outh_stlate ✅ Use: dart run ny_auth_slate:main publish:all

Hope that helps