Skip to content

Commit

Permalink
Merge pull request #66 from devsadeq/feature/refactor
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
devsadeq authored Nov 2, 2022
2 parents 8b3b835 + f94f790 commit c8456fb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,6 @@ void main() async {
DeviceOrientation.portraitDown,
]);
runApp(
// DevicePreview(
// enabled: !kReleaseMode,
// builder: (context) => ScreenUtilInit(
// designSize: const Size(375, 812),
// minTextAdapt: true,
// splitScreenMode: true,
// builder: (_, child) => GetMaterialApp(
// locale: Get.locale,
// debugShowCheckedModeBanner: false,
// initialBinding: AuthBinding(),
// home: Obx(
// () => AuthController.to.currentUser != null
// ? const RootView()
// : const LoginView(),
// ),
// getPages: AppPages.routes,
// theme: AppTheme.lightTheme,
// defaultTransition: Transition.cupertino,
// useInheritedMediaQuery: true,
// builder: DevicePreview.appBuilder,
// ),
// ),
// ),

/*
* Without DevicePreview
* */
ScreenUtilInit(
designSize: const Size(375, 812),
minTextAdapt: true,
Expand Down

0 comments on commit c8456fb

Please sign in to comment.