TechnoUrmish / Sizer

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

Assignment of variables is not supported #68

Open maodua opened 11 months ago

maodua commented 11 months 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