mdc_web 0.4.1+1 mdc_web: ^0.4.1+1 copied to clipboard
Dart wrapper for the material-components-web javascript library.
[0.4.1] - July 16, 2019 #
- Adds sass generator and material-components-web files.
[0.4.0] - November 4, 2018 #
- Improve exposed APIs on the base
MDCComponent
.
[0.3.2] - November 4, 2018 #
- Expose underlying JavaScript class through
js
getter. - Clean up and organize code.
[0.3.1] - October 26, 2018 #
- Fix function signatures
- Upgrade to material-components-web 0.40.1
[0.3.0] - October 11, 2018 #
- Revert to
MDC*
class names (no need to import as 'mdc'). - Wrap all component classes. The basic form of the API is hopefully settled.
[0.2.0] - October 11, 2018 #
- Shorten class names and recommend import as
mdc
. - Add helper classes to organize helper functions and event names.
- Improve documentation.
[0.1.1] - October 10, 2018 #
- Fix improper use of @JS
[0.1.0+1] - October 7, 2018 #
- Add content to the example.
- Run dartfmt.
[0.1.0] - October 7, 2018 #
- First release. Mirrors material-components-web v0.40.0.