scrizer 1.0.0 copy "scrizer: ^1.0.0" to clipboard
scrizer: ^1.0.0 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
0
points
5
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)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on scrizer

Packages that implement scrizer