Skip to content

Instantly share code, notes, and snippets.

@md-weber
Last active August 25, 2019 01:37
Show Gist options
  • Save md-weber/7382f1cacf1bb8dfe42e98c425a13c55 to your computer and use it in GitHub Desktop.
Save md-weber/7382f1cacf1bb8dfe42e98c425a13c55 to your computer and use it in GitHub Desktop.
Flutter app to remember routes
class RoutePaths {
static const String Login = 'login';
static const String Register = 'register';
static const String Home = '/';
static const String EditNote = 'note';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment