TechnoPrashant / Sizer

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

Fix documentation of usage to correct widget name #74

Closed krisrandall closed 1 month ago

krisrandall commented 10 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).