responsive_builder icon indicating copy to clipboard operation
responsive_builder copied to clipboard

How to understand the relationship between ScreenBreakpoints and Screen types?

Open warcayac opened this issue 3 years ago • 1 comments

ScreenBreakpoints class has these parameters desktop, tablet, and watch only, meanwhile with methods like getValueForScreenType you can work with these parameters desktop, mobile, tablet, and watch, so what happened with mobile in ScreenBreakpoints class?

warcayac avatar Jul 17 '21 02:07 warcayac

Break points is exactly what it is in html responsive sizing.

mobile breakpoint of 500 means everything under 500 is treated as screen type mobile. The same for everything else. I have videos about it that you can watch on the filledstacks channel.


From: William Arcaya C. @.> Sent: Saturday, July 17, 2021 4:28:21 AM To: FilledStacks/responsive_builder @.> Cc: Subscribed @.***> Subject: [FilledStacks/responsive_builder] How to understand the relationship between ScreenBreakpoints and Screen types? (#34)

ScreenBreakpoints class has these parameters desktop, tablet, and watch only, meanwhile with methods like getValueForScreenType you can work with these parameters desktop, mobile, tablet, and watch, so what happened with mobile in ScreenBreakpoints class?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/FilledStacks/responsive_builder/issues/34, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3M72WYPBKYP5S2FDVUYV3TYDTELANCNFSM5AQSPXYA.

FilledStacks avatar Jul 19 '21 04:07 FilledStacks