mike_responsive 0.0.2 copy "mike_responsive: ^0.0.2" to clipboard
mike_responsive: ^0.0.2 copied to clipboard

package for responsive ui.

mike_responsive #

Provides Architecture for Responsive flutter application.

installation #

To use this plugin, add mike_responsive as a dependecy in your pubspec.yaml file.

usage #

Use ScreenTypeLayout widget to set mobile, tablet and desktop . Use OrientationLayout to set portrait and landscape

Example Usage ( complete with all params ):*

 Widget build(BuildContext context) {
    return ScreenTypeLayout(
      mobile: OrientationLayout(
        portrait: HomeMobilePortrait(),
        landscape: HomeMobileLandscape(),
      ),
      tablet: HomeViewTablet(),
    );
  }
  
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

package for responsive ui.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on mike_responsive