flutterstrap_ui 1.0.0 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';