feat(mobile): added MobileDashboard widget with Drawer config

Created new dynamic MobileDashboard widget with basic home, requests and settigns navigations within the side drawer
This commit is contained in:
Kirollos Nayrouz
2023-07-01 12:04:26 +03:00
parent 4b12223b80
commit 0d4ad47ab8
2 changed files with 84 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ export 'response_widgets.dart';
export 'snackbars.dart';
export 'markdown.dart';
export 'uint8_audio_player.dart';
export 'mobile_dashboard.dart';