responsive_sizer_plus 1.0.0+1 copy "responsive_sizer_plus: ^1.0.0+1" to clipboard
responsive_sizer_plus: ^1.0.0+1 copied to clipboard

A Flutter extension package to make responsive UI with .h(context) and .w(context) easier.

responsive_sizer_plus #

A Flutter package that simplifies building responsive UIs using extensions.

💡 Features #

  • Use screen height and width as percentages.
  • Clean, readable, and reusable.

📦 Usage #

import 'package:responsive_sizer_plus/responsive_sizer_plus.dart';

SizedBox(
  height: 46.h(context),
  width: 80.w(context),
  child: YourWidget(),
);
1
likes
130
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter extension package to make responsive UI with .h(context) and .w(context) easier.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on responsive_sizer_plus