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

ResponsivePlus is a powerful and versatile package designed to simplify and enhance responsive design in Flutter applications. It offers a comprehensive set of tools, methods, and custom widgets that [...]

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.0

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
64
downloads

Publisher

verified publisherrillastudios.ca

Weekly Downloads

ResponsivePlus is a powerful and versatile package designed to simplify and enhance responsive design in Flutter applications. It offers a comprehensive set of tools, methods, and custom widgets that enable developers to create highly adaptable and customizable user interfaces. Whether you are building for mobile, tablet, or desktop, ResponsivePlus ensures your app looks great on any screen size or orientation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on responsiveplus