This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
flutter_habit
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
22d090beaa
Branches
Tags
master
flutter_habit
/
lib
/
routes.dart
routes.dart
99 B
History
Raw
1
2
3
4
class Routes {
static const String home = "/home";
static const String loading = "/loading";
}