mg_flutter_screenutil 0.0.1 copy "mg_flutter_screenutil: ^0.0.1" to clipboard
mg_flutter_screenutil: ^0.0.1 copied to clipboard

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());
}
0
likes
80
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on mg_flutter_screenutil