Tagged articles
2 articles
Page 1 of 1
政采云技术
政采云技术
Mar 25, 2022 · Mobile Development

Low-Cost Screen Adaptation Solutions in Flutter

This article explores low-cost screen adaptation techniques in Flutter, analyzing physical vs logical pixels, evaluating existing solutions like flutter_screenutil, and proposing two approaches—modifying engine-level ViewConfiguration and customizing WidgetsFlutterBinding—to achieve consistent UI across devices without invasive code changes.

FlutterMediaQueryUI consistency
0 likes · 12 min read
Low-Cost Screen Adaptation Solutions in Flutter
Sohu Tech Products
Sohu Tech Products
Nov 6, 2019 · Mobile Development

Mastering the Viewport Meta Tag: How to Perfect Mobile Screen Adaptation

This comprehensive guide explains the viewport concept, browser behavior, DOM APIs, and practical usage of the Viewport Meta Tag—including width, scale, user‑scalable, and viewport‑fit—while comparing responsive and adaptive design patterns and offering concrete code examples for mobile cross‑screen adaptation.

Mobile WebResponsive DesignVW
0 likes · 24 min read
Mastering the Viewport Meta Tag: How to Perfect Mobile Screen Adaptation