sizekit 1.0.0
sizekit: ^1.0.0 copied to clipboard
A lightweight, high-performance package for pixel-perfect responsive UI. Effortlessly scale Figma designs, typography, and layouts across Mobile, Tablet, and Desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sizekitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sizekit: ^1.0.0Alternatively, 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:sizekit/sizekit.dart';