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

Zap Sizer is a Flutter utility package designed to simplify responsive design and sizing in Flutter applications. It provides widgets and extensions for building adaptive UIs that seamlessly adjust to [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zap_sizer

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

dependencies:
  zap_sizer: ^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:zap_sizer/zap_sizer.dart';
5
likes
110
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Zap Sizer is a Flutter utility package designed to simplify responsive design and sizing in Flutter applications. It provides widgets and extensions for building adaptive UIs that seamlessly adjust to different devices, screen sizes, and orientations. Enhance your Flutter app's responsiveness with Zap Sizer.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zap_sizer