Last active
August 25, 2019 01:37
-
-
Save md-weber/7382f1cacf1bb8dfe42e98c425a13c55 to your computer and use it in GitHub Desktop.
Flutter app to remember routes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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