Responsive is a easy way to implement responsive layout in to your application using flutter. pub.dev
flutter pub add responsive_layout_thrive
Scaffold(body: Responsive(mobileBody: const MobileBody(), tabletBody: const TabletBody(), desktopBody: const DesktopBody()),