feat(notes): Add notes feature with editor page and drawer integration
This commit is contained in:
@@ -103,6 +103,8 @@ class Routes {
|
||||
static const String authentication = '/authentication';
|
||||
static const String profile = '/profile';
|
||||
static const String appCustomization = '/profile/customization';
|
||||
static const String notes = '/notes';
|
||||
static const String noteEditor = '/notes/:id';
|
||||
}
|
||||
|
||||
/// Friendly names for GoRouter routes to support context.pushNamed.
|
||||
@@ -115,4 +117,6 @@ class RouteNames {
|
||||
static const String authentication = 'authentication';
|
||||
static const String profile = 'profile';
|
||||
static const String appCustomization = 'app-customization';
|
||||
static const String notes = 'notes';
|
||||
static const String noteEditor = 'note-editor';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user