responsiveplus 1.0.5
responsiveplus: ^1.0.5 copied to clipboard
ResponsivePlus is a powerful and versatile package designed to simplify and enhance responsive design in Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add responsiveplus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
responsiveplus: ^1.0.5
Alternatively, 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:responsiveplus/responsive.dart';
import 'package:responsiveplus/widgets/app_size_error_widget.dart';
import 'package:responsiveplus/widgets/responsive_builder.dart';
import 'package:responsiveplus/widgets/row_column.dart';
import 'package:responsiveplus/widgets/text_widgets/rext.dart';
import 'package:responsiveplus/widgets/text_widgets/rext_group.dart';
import 'package:responsiveplus/widgets/text_widgets/text_overflow_widget.dart';
import 'package:responsiveplus/widgets/wrap_column.dart';