layout_simulator 0.3.0 copy "layout_simulator: ^0.3.0" to clipboard
layout_simulator: ^0.3.0 copied to clipboard

LayoutSimulator can simulate app layout with any screen size, orientation and text scale.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layout_simulator

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

dependencies:
  layout_simulator: ^0.3.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:layout_simulator/layout_simulator.dart';
14
likes
150
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

LayoutSimulator can simulate app layout with any screen size, orientation and text scale.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on layout_simulator