stilo 2.0.0 copy "stilo: ^2.0.0" to clipboard
stilo: ^2.0.0 copied to clipboard

Stilo is a utility-first Flutter library that gives you all of the building constants you need to build designs without defining common styles

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stilo

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

dependencies:
  stilo: ^2.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:stilo/stilo.dart';
16
likes
150
pub points
35%
popularity

Publisher

unverified uploader

Stilo is a utility-first Flutter library that gives you all of the building constants you need to build designs without defining common styles

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stilo