jaspr_material 0.2.2
jaspr_material: ^0.2.2 copied to clipboard
This is the material library for the Jaspr web framework based on dart. This package adds some material components to the existing Jaspr ecosystem.
0.2.2 #
- chore: Upgraded
jasprdependency to">=0.22.0 <0.23.0". - chore: Added
jaspr_lintsandlintstodev_dependencies. - refactor: Updated
Iconcomponent to useRawTextand migrated imports fromjaspr/ui.darttojaspr/dom.dart. - example: Updated example to use modern Jaspr patterns and layout.
0.2.1 #
- chore: Upgraded jaspr from ">=0.21.6 <0.22.0" to ">=0.21.6 <0.23.0"
0.2.0 #
💥 Breaking #
- Renamed the
colourproperty tocolorfor consistency with Dart and Flutter conventions.
✨ Features / Improvements #
- Refactored
Iconto extendStatelessComponentand reimplemented the rendering logic usingbuild()for improved clarity and future compatibility. - Simplified and modernised style composition using
Styles.combinewith built-incolor,fontSize, andlineHeightsupport. - Enhanced API consistency and improved internal code readability.
- Updated the example to reflect new API usage and Jaspr 0.21+ conventions.
🧱 Maintenance #
- Upgraded SDK constraint to
>=3.8.0 <4.0.0. - Upgraded dependencies:
jaspr→>=0.21.6 <0.22.0very_good_analysis→>=6.0.0 <11.0.0
- Minor documentation and README improvements for clarity and correctness.
0.1.12 #
- chore: Upgraded jaspr from ">=0.19.0 <0.20.0" to ">=0.20.0 <0.21.0"
0.1.11 #
- chore: Upgraded jaspr from "^0.18.0" to ">=0.19.0 <0.20.0"
0.1.10 #
- chore: Upgraded jaspr from ">=0.16.0 <0.18.0" to "^0.18.0"
0.1.9 #
- chore: Upgraded jaspr from 0.16.0 to ">=0.16.0 <0.18.0"
0.1.8 #
- chore: Upgraded jaspr from 0.15.1 to 0.16.0
0.1.7 #
- feat: added example directory to the package
0.1.6 #
- documentation: update the documentation for this package with more information.
0.1.5 #
- documentation: update the documentation for this package with more information.
0.1.4 #
- fix: upgraded jaspr from 0.10.0 to 0.15.1
0.1.3 #
- documentation: trying to up the pub.dev score
0.1.2 #
- documentation: trying to up the pub.dev score
0.1.1+1 #
- documentation: enhanced package description and included repository url
0.1.0+1 #
- feat: initial commit 🎉