- Upgrade to null safety.
- Upgrade to material-components-web 3.1.1
- Adds sass generator and material-components-web files.
- Improve exposed APIs on the base
MDCComponent
.
- Expose underlying JavaScript class through
js
getter. - Clean up and organize code.
- Fix function signatures
- Upgrade to material-components-web 0.40.1
- Revert to
MDC*
class names (no need to import as 'mdc'). - Wrap all component classes. The basic form of the API is hopefully settled.
- Shorten class names and recommend import as
mdc
. - Add helper classes to organize helper functions and event names.
- Improve documentation.
- Fix improper use of @JS
- Add content to the example.
- Run dartfmt.
- First release. Mirrors material-components-web v0.40.0.