Last updated:
0 purchases
responsive screen
Flutter Responsive Screen #
Using percentages to make the most accurate design views.
Installation #
On Flutter Dependencies "pubspec.yaml"
dependencies:
flutter:
sdk: flutter
responsive_screen: ^1.0.0
copied to clipboard
Usage #
...
import 'package:flutter_responsive_screen/..';
...
// (context){
final Function wp = Screen(context).wp;
final Function hp = Screen(context).hp;
...
// Container(hp,wp){
dynamic wp = Wp(context).wp;
dynamic hp = Hp(context).hp;
...
// (widget)
SizedBox(height: hp(20), weight:wp(20)),
copied to clipboard
#About #
@MisaelRiojasMontenegro
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.