Skip to content

Instantly share code, notes, and snippets.

@dafinoer
Created November 18, 2019 16:01
Show Gist options
  • Select an option

  • Save dafinoer/e4b2f8cfee6fdf00c3e96fc6ffc9e96a to your computer and use it in GitHub Desktop.

Select an option

Save dafinoer/e4b2f8cfee6fdf00c3e96fc6ffc9e96a to your computer and use it in GitHub Desktop.
class RouteName {
static const String login = '/login';
static const String register = '/register';
static const String home = '/home';
static const String detailFood = '/detail/food';
static const String order = '/order';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment