responsive_layout_thrive 1.0.2+1 copy "responsive_layout_thrive: ^1.0.2+1" to clipboard
responsive_layout_thrive: ^1.0.2+1 copied to clipboard

A package to use responsive design in flutter.

Responsive #

Responsive is a easy way to implement responsive layout in to your application using flutter. #

How to use it? #

1. Add the package to your dependencies

flutter pub add responsive_layout_thrive

2. In your main.dart do this in the body of the Scaffold

Scaffold(body: Responsive(mobileBody: const MobileBody(), tabletBody: const TabletBody(), desktopBody: const DesktopBody()),

3. Now create three files, MobileBody, TabletBody and DesktopBody. In these you put the code for your app

4. The last step is to import the files in to your main.dart file and your good to go

You can also take a look at my GitHub Profile
0
likes
130
points
0
downloads

Publisher

verified publisherpub.thrivedev.net

Weekly Downloads

A package to use responsive design in flutter.

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on responsive_layout_thrive