bootstrap_breakpoints

Creator: coderz1093

Last updated:

0 purchases

bootstrap_breakpoints Image
bootstrap_breakpoints Images

Languages

Categories

Add to Cart

Description:

bootstrap breakpoints

Make your app responsive by implementing breakpoints based on Boostrap 4.0+.
Features #

Get the screen width from BuildContext.
Get the current breakpoint.
Get the max width based on the current breakpoint. Max width can be modified by the user.

Getting started #

To use this plugin, add bootstrap_breakpoints as a dependency in your pubspec.yaml file.

dependencies:
bootstrap_breakpoints:
copied to clipboard
or run:
flutter pub add bootstrap_breakpoints
copied to clipboard

Now in your Dart code, you can use:

import 'package:bootstrap_breakpoints/bootstrap_breakpoints.dart';
copied to clipboard
Usage #
See /example folder.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.