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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:scrizer/scrizer.dart';
import 'package:scrizer_example/home.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});
  @override
  Widget build(BuildContext context) {
    return ScrizerLayout(child: MaterialApp(home: HomeScreen()));
  }
}
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