feat : Adding bottomNav
This commit is contained in:
@@ -4,13 +4,15 @@ import 'package:bahla_front/ui/views/home/home_view.dart';
|
||||
import 'package:bahla_front/ui/views/startup/startup_view.dart';
|
||||
import 'package:stacked/stacked_annotations.dart';
|
||||
import 'package:stacked_services/stacked_services.dart';
|
||||
import 'package:bahla_front/ui/views/main/main_view.dart';
|
||||
// @stacked-import
|
||||
|
||||
@StackedApp(
|
||||
routes: [
|
||||
MaterialRoute(page: HomeView),
|
||||
MaterialRoute(page: StartupView),
|
||||
// @stacked-route
|
||||
MaterialRoute(page: MainView),
|
||||
// @stacked-route
|
||||
],
|
||||
dependencies: [
|
||||
LazySingleton(classType: BottomSheetService),
|
||||
|
||||
Reference in New Issue
Block a user