leulit_flutter_fullresponsive 1.5.1
leulit_flutter_fullresponsive: ^1.5.1 copied to clipboard
Librería agnóstica de alto rendimiento para responsividad usando InheritedWidget y Extension Methods con API unificada.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add leulit_flutter_fullresponsiveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
leulit_flutter_fullresponsive: ^1.5.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:leulit_flutter_fullresponsive/core/screen_scaler_inherited_widget.dart';
import 'package:leulit_flutter_fullresponsive/domain/screen_info.dart';
import 'package:leulit_flutter_fullresponsive/leulit_flutter_fullreponsive.dart';