stilo 2.0.0
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
1.0.0 - 2020-11-08 #
- Initial release of Stilo! Includes core utility classes to simplify Flutter development.
1.0.1 - 2020-11-08 #
- Update library documentation
- Add library homepage url
1.1.0 - 2020-11-22 #
- Add black and white colors
- Add numeric value in font_weight docs
1.1.1 - 2020-11-22 #
- Define public constant values for border radius
- Define public constant values for edges
1.1.2 - 2021-02-07 #
- Fix durations types. Replace microseconds with milliseconds
- Add new durations types
2.0.0 - 2021-05-15 #
- Add new constants based on a new spacing scale
- Improve naming of public constant values
- Improve docs of class constants
- Migrated to null safety