flutter_responsive_screen

Last updated:

0 purchases

flutter_responsive_screen Image
flutter_responsive_screen Images
Add to Cart

Description:

flutter responsive screen

Responsive Screen for Flutter #
Using percentages to make the most accurate design views.
Installation #
On Flutter Dependencies "pubspec.yaml"
dependencies:
flutter:
sdk: flutter
flutter_responsive_screen: ^1.0.0
copied to clipboard
Usage #
...
import 'package:flutter_responsive_screen/..';

...
// (context){
final Function wp = Screen(MediaQuery.of(context).size).wp;
final Function hp = Screen(MediaQuery.of(context).size).hp;
...
// (widget)
SizedBox(height: hp(20), weight:wp(20)),

copied to clipboard
#About #
@MisaelRiojasMontenegro

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.