design_grid 0.1.1 copy "design_grid: ^0.1.1" to clipboard
design_grid: ^0.1.1 copied to clipboard

Implement designs just like your designer intended. Use either the classic responsive design grid approach or go with the Material Design Layout.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add design_grid

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

dependencies:
  design_grid: ^0.1.1

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:design_grid/design_grid.dart';
36
likes
150
pub points
47%
popularity

Publisher

verified publisherpaul-koehler.dev

Implement designs just like your designer intended. Use either the classic responsive design grid approach or go with the Material Design Layout.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on design_grid