zap_sizer 0.0.2
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';