Installation

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

Installation Guides

Use the package manager pub to install Stilo.

flutter pub add stilo

Latest Updates

May 15, 2021

  • Define a spacing scale where to based constants values
  • Add new constant values based on a spacing scale
  • Improve naming of public constant values
  • Migrated to null safety

Mar 07, 2021

  • Fix duration types. Replace microseconds with milliseconds
  • Add new duration types

Nov 22, 2020

  • Define public constant values for border-radius
  • Define public constant values for edges