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 Dart:

 $ dart pub add zap_sizer

With Flutter:

 $ flutter pub add zap_sizer

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

dependencies:
  zap_sizer: ^0.0.2

Alternatively, your editor might support dart pub get or 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';
6
likes
0
points
32
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)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on zap_sizer