design_tools 0.3.0 copy "design_tools: ^0.3.0" to clipboard
design_tools: ^0.3.0 copied to clipboard

Package brings the design tools to your flutter app. It supports grid-lines and key-lines. This library enables to audit the app-design by painting design guides in the app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add design_tools

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

dependencies:
  design_tools: ^0.3.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:design_tools/design_tools.dart';
4
likes
150
points
30
downloads

Publisher

verified publisherashokvarma.com

Weekly Downloads

Package brings the design tools to your flutter app. It supports grid-lines and key-lines. This library enables to audit the app-design by painting design guides in the app

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on design_tools