fluid_kit 3.0.0 copy "fluid_kit: ^3.0.0" to clipboard
fluid_kit: ^3.0.0 copied to clipboard

Responsive helper for fluid layout. Allows you to control the layout of children based on minimum width and grid.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluid_kit

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

dependencies:
  fluid_kit: ^3.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:fluid_kit/fluid_kit.dart';
86
likes
150
points
277
downloads

Publisher

verified publisheramazingsoftworks.com

Weekly Downloads

Responsive helper for fluid layout. Allows you to control the layout of children based on minimum width and grid.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on fluid_kit