leulit_flutter_fullresponsive 1.0.0
leulit_flutter_fullresponsive: ^1.0.0 copied to clipboard
Librería agnóstica de alto rendimiento para responsividad usando InheritedWidget y Extension Methods.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add leulit_flutter_fullresponsiveWith Flutter:
$ flutter pub add leulit_flutter_fullresponsiveThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
leulit_flutter_fullresponsive: ^1.0.0Alternatively, your editor might support dart pub get or 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';