chore: bootstrap flutter reader app skeleton
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class RouteNames {
|
||||
RouteNames._();
|
||||
|
||||
static const splash = '/';
|
||||
static const home = '/home';
|
||||
static const login = '/login';
|
||||
static const search = '/search';
|
||||
static const genres = '/genres';
|
||||
static const novelDetail = '/novel';
|
||||
static const reader = '/reader';
|
||||
static const bookshelf = '/bookshelf';
|
||||
static const comments = '/comments';
|
||||
static const profile = '/profile';
|
||||
static const settings = '/settings';
|
||||
}
|
||||
Reference in New Issue
Block a user