leulit_flutter_fullresponsive 2.0.0
leulit_flutter_fullresponsive: ^2.0.0 copied to clipboard
Librería agnóstica de alto rendimiento para responsividad usando InheritedWidget y Extension Methods. Nueva API v2.0 sin context!
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: ^2.0.0Alternatively, 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';