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

Widget in Flutter is a responsive layout widget designed to adapt its content based on the screen width

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_layout

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

dependencies:
  app_layout: ^0.0.2

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:app_layout/app_layout.dart';
2
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Widget in Flutter is a responsive layout widget designed to adapt its content based on the screen width

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_layout