lukepighetti/fluro

How to make Fluro defined route parameters OPTIONAL in flutter?

Ouverte

#229 ouverte le 8 avr. 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Dart (408 forks)batch import
good first issue

Métriques du dépôt

Stars
 (3 712 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I have defined this route using Fluro. exchange/:pair

There is a problem! I want :pair to be optional. If client types https://host:port/exchange/BNB_BTC everything goes fine. but assume the user is looking for https://host:port/exchange and he confronts with 404 error cause there is no such route/path.

I mean something like exchange/{:pair}.

Guide contributeur