TechnoPrashant / Sizer

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
MIT License
256 stars 76 forks source link

Assignment of variables is not supported #68

Closed maodua closed 3 months ago

maodua commented 1 year ago
/// The height of the container
double  aHeight = 10.h

Container(
  height: aHeight, // The height of the container
)

The real machine debugging is normal, and the packaging app aHeight value is 0