flutter_responsivity_helper 1.0.2 copy "flutter_responsivity_helper: ^1.0.2" to clipboard
flutter_responsivity_helper: ^1.0.2 copied to clipboard

This package will help you to adjust the sizes of your widgets accordingly the size of the device that is running the app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_responsivity_helper

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

dependencies:
  flutter_responsivity_helper: ^1.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:flutter_responsivity_helper/flutter_responsivity_system.dart';
import 'package:flutter_responsivity_helper/helpers/responsive_calculations.dart';
import 'package:flutter_responsivity_helper/widgets/device_detector_widget.dart';
import 'package:flutter_responsivity_helper/widgets/responsive_checkbox.dart';
import 'package:flutter_responsivity_helper/widgets/responsive_circular_indicator.dart';
import 'package:flutter_responsivity_helper/widgets/responsive_divider.dart';
import 'package:flutter_responsivity_helper/widgets/responsive_icon_button.dart';
import 'package:flutter_responsivity_helper/widgets/responsive_text.dart';
2
likes
140
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

This package will help you to adjust the sizes of your widgets accordingly the size of the device that is running the app

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_responsivity_helper