flutter_screenutil 5.4.0 copy "flutter_screenutil: ^5.4.0" to clipboard
flutter_screenutil: ^5.4.0 copied to clipboard

outdated

A flutter plugin for adapting screen and font size.Guaranteed to look good on different models

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'src/first_method.dart' as firstMethod;
import 'src/second_method.dart' as secondMethod;

void main() {
  const method = int.fromEnvironment('method', defaultValue: 1);
  runApp(method == 1 ? firstMethod.MyApp() : secondMethod.MyApp());
}
4184
likes
0
pub points
100%
popularity

Publisher

unverified uploader

A flutter plugin for adapting screen and font size.Guaranteed to look good on different models

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_screenutil