Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
When trying to use a condition for returning a specific widget ResponsiveBreakpoints.of(context).isDesktop is not working as it says there is no definition for that variable.
When trying to use a condition for returning a specific widget
ResponsiveBreakpoints.of(context).isDesktop
is not working as it says there is no definition for that variable.Is there any other code for using conditionals?