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

A Flutter package to create responsive layouts. Designed to handle responsive layouts in Flutter web projects, it works for any platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterstrap_ui

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

dependencies:
  flutterstrap_ui: ^1.0.0

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:flutterstrap_ui/classes/breakpoint.dart';
import 'package:flutterstrap_ui/classes/container_mode.dart';
import 'package:flutterstrap_ui/flutterstrap.dart';
import 'package:flutterstrap_ui/responsive_column.dart';
import 'package:flutterstrap_ui/responsive_container.dart';
5
likes
140
points
18
downloads

Publisher

verified publisherdevthis.it

Weekly Downloads

A Flutter package to create responsive layouts. Designed to handle responsive layouts in Flutter web projects, it works for any platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutterstrap_ui