responsive_assistant 0.0.7 copy "responsive_assistant: ^0.0.7" to clipboard
responsive_assistant: ^0.0.7 copied to clipboard

A simple dart package that helps you to implement responsiveness. The package was created based on [Filled Stacks' approach](https://www.youtube.com/watch?v=z7P1OFLw4kY).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_assistant

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

dependencies:
  responsive_assistant: ^0.0.7

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_assistant/responsive_assistant.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple dart package that helps you to implement responsiveness. The package was created based on [Filled Stacks' approach](https://www.youtube.com/watch?v=z7P1OFLw4kY).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive_assistant