responsiveplus 1.0.0
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 responsiveplusWith Flutter:
$ flutter pub add responsiveplusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
responsiveplus: ^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: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';