porch 0.1.0 copy "porch: ^0.1.0" to clipboard
porch: ^0.1.0 copied to clipboard

In-app simulator for designing iOS WidgetKit and Android home screen widgets in Flutter. Hot-reload layouts against native sizes. Zero dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add porch

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

dependencies:
  porch: ^0.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:porch/porch.dart';
0
likes
160
points
78
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

In-app simulator for designing iOS WidgetKit and Android home screen widgets in Flutter. Hot-reload layouts against native sizes. Zero dependencies.

Repository (GitHub)
View/report issues

Topics

#widgetkit #home-screen-widget #glance #preview #sandbox

License

MIT (license)

Dependencies

flutter

More

Packages that depend on porch