flutter_screenutil_plus 1.3.0
flutter_screenutil_plus: ^1.3.0 copied to clipboard
A powerful Flutter plugin for adaptive screen and font scaling with CSS-like breakpoints and SwiftUI-style size classes. Includes responsive scaling and breakpoint-aware widgets.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:flutter_screenutil_plus_example/my_app.dart';
void main() {
runApp(const MyApp());
}