scrizer 1.3.4 copy "scrizer: ^1.3.4" to clipboard
scrizer: ^1.3.4 copied to clipboard

A lightweight and scalable UI toolkit for Flutter that provides responsive typography, spacing, and layout utilities based on screen size and orientation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scrizer

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

dependencies:
  scrizer: ^1.3.4

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:scrizer/scrizer.dart';
1
likes
160
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and scalable UI toolkit for Flutter that provides responsive typography, spacing, and layout utilities based on screen size and orientation.

Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dartz, equatable, flutter, plugin_platform_interface

More

Packages that depend on scrizer