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

A Flutter package for creating responsive UIs with ease. Provides widgets and extensions to build adaptive layouts for mobile, tablet, and desktop.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_responsive

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

dependencies:
  smart_responsive: ^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:smart_responsive/smart_responsive.dart';
0
likes
160
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating responsive UIs with ease. Provides widgets and extensions to build adaptive layouts for mobile, tablet, and desktop.

Repository (GitHub)
View/report issues

Topics

#flutter #responsive #mobile #tablet #desktop

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_responsive