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

A lightweight app-level responsive window utility for Flutter, with Material Design 3-inspired width breakpoints.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_window

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

dependencies:
  responsive_window: ^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:responsive_window/responsive_window.dart';
1
likes
160
points
292
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight app-level responsive window utility for Flutter, with Material Design 3-inspired width breakpoints.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on responsive_window