simple_responsive_layout 1.1.0 copy "simple_responsive_layout: ^1.1.0" to clipboard
simple_responsive_layout: ^1.1.0 copied to clipboard

A super lightweight Flutter package for simple mobile, tablet, and desktop responsive layouts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_responsive_layout

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_responsive_layout: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_responsive_layout/simple_responsive_layout.dart';
1
likes
160
points
51
downloads

Publisher

verified publisherexpd.co.uk

Weekly Downloads

A super lightweight Flutter package for simple mobile, tablet, and desktop responsive layouts.

Repository (GitHub)
View/report issues

Topics

#responsive #layout #flutter #adaptive #mobile

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_responsive_layout