Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.28k stars 151 forks source link

fix: example for `ResponsiveWrapper` class in README #96

Closed Guo-Zhang closed 2 years ago

Guo-Zhang commented 2 years ago

The exmaple for ResponsiveWrapper class in README has two small problems:

  1. It doesn't load the package, which may confuse some new learners.
  2. (context, widget) => ...(child), the params don't match, which also confuse me for a while.

README is quiet important for new users to know about that.

Hope it helps! I am willing to contribute on this project.

rayliverified commented 2 years ago

Nice catch! This should help make it easier for people to get started!