padded_adaptive_layout 1.0.0
padded_adaptive_layout: ^1.0.0 copied to clipboard
A simple and flexible Flutter widget that helps you build responsive layouts with automatic padding based on screen breakpoints.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add padded_adaptive_layoutThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
padded_adaptive_layout: ^1.0.0Alternatively, 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:padded_adaptive_layout/padded_adaptive_layout.dart';