dart_frog icon indicating copy to clipboard operation
dart_frog copied to clipboard

fix(dart_frog_cli): `dart_frog new` doesn't allow the creation of wildcard routes.

Open renancaraujo opened this issue 1 year ago • 1 comments

Description

dart_frog new doesn't allow the creation of wildcard routes.

Steps To Reproduce

dart_frog new route "/[...nice]"

Throws an error "Route path segments must be valid Dart identifiers"

Expected Behavior

This should create a wildcard route.

renancaraujo avatar Jun 27 '23 19:06 renancaraujo

i have the same question

ZhongGuanbin avatar Sep 21 '23 10:09 ZhongGuanbin