responsiveplus 1.0.2 copy "responsiveplus: ^1.0.2" to clipboard
responsiveplus: ^1.0.2 copied to clipboard

retracted

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 Dart:

 $ dart pub add responsiveplus

With Flutter:

 $ flutter pub add responsiveplus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  responsiveplus: ^1.0.2

Alternatively, 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: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
0
points
74
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

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on responsiveplus