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

Fix documentation of usage to correct widget name #74

Open krisrandall opened 7 months ago

krisrandall commented 7 months ago

The example in the README was incorrect, it referred to "ResponsiveSizer" which doesn't exist, instead of the correct widget "Sizer". This change just updates that error in the README.

(When I first tried this component I found it very confusing when the simple example given in the README failed to compile).