OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.83k stars 485 forks source link

Add web support #550

Closed melodysdreamj closed 2 months ago

melodysdreamj commented 4 months ago

In Flutter Web, the use of dart:io, which is not allowed, has led to the absence of a web support indication on pub.dev. This has caused a misunderstanding among most people, including myself, that this plugin does not support the web. Therefore, I removed dart:io and replaced the necessary functions with other features that support the web.

스크린샷 2024-02-26 오전 9 36 37 스크린샷 2024-02-26 오전 9 58 35