jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
578 stars 164 forks source link

Create different paths with the same file name, and then an error message will be displayed in the routes folder. Is there any solution? Or do I need to keep the file name unique when I create it? #256

Open KGDeveloper opened 2 months ago

KGDeveloper commented 2 months ago

1: get create page:home 2: get create page:mine 3:get create page:detail on home 4:get create page:detail on mine

image

What should I do to ensure that this auto-import is correct?

image