responsivebility 0.1.1 copy "responsivebility: ^0.1.1" to clipboard
responsivebility: ^0.1.1 copied to clipboard

Simple utilities for widgets for making responsive layouts in flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsivebility

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

dependencies:
  responsivebility: ^0.1.1

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:responsivebility/responsivebility.dart';
3
likes
140
pub points
15%
popularity

Publisher

verified publishermagnificsoftware.com

Simple utilities for widgets for making responsive layouts in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, meta

More

Packages that depend on responsivebility