TechnoPrashant / Sizer

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

Docs required to have an update #81

Closed tranhuudang closed 1 month ago

tranhuudang commented 2 months ago

I think we can no longer user this:

Sizer( 
  builder: (context, orientation, screenType) {
    return MaterialApp(
      home: HomePage(),
    );
  },
);

but it should be like this:

ResponsiveSizer( 
  builder: (context, orientation, screenType) {
    return MaterialApp(
      home: HomePage(),
    );
  },
);
bostaHGinting commented 2 months ago

yesss it need to be update, thanks @tranhuudang

TechnoPrashant commented 1 month ago

Change ResponsiveSizer to Sizer in Version 3.0.4