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

The method 'ResponsiveSizer' isn't defined for the type 'MyApp #69

Open Ariwizzy opened 11 months ago

Ariwizzy commented 11 months ago
Screenshot 2023-08-04 at 14 13 33

after adding the package to the file still not working

NaqibAli commented 11 months ago

same in here

Ariwizzy commented 11 months ago

same in here there is a change in their code I guess. I fixed this by changing the ResponsiveSizer to "Sizer()"

Screenshot 2023-08-10 at 06 59 25
krisrandall commented 7 months ago

There are 6 different PRs that have fixed this typo in the documentation : https://github.com/TechnoUrmish/Sizer/pulls

Simply use Sizer in place of ResponsiveSizer