responsiveplus 1.0.5 copy "responsiveplus: ^1.0.5" to clipboard
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';
1
likes
140
points
39
downloads

Publisher

verified publisherrillastudios.ca

Weekly Downloads

ResponsivePlus is a powerful and versatile package designed to simplify and enhance responsive design in Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

flutter, web

More

Packages that depend on responsiveplus