dart-material-design-lite icon indicating copy to clipboard operation
dart-material-design-lite copied to clipboard

Material Design Lite Components, Directives + SPA with HTML, CSS + Dart

Results 16 dart-material-design-lite issues
Sort by recently updated
recently updated
newest added

see: http://www.material-design-lite.pub/#/gettingstarted it says that I need those dependencies: ``` dependencies: browser: any logging: any logging_handlers: any console_log_handler: any mdl: any ``` but I don't think I need all of...

Remove **mdl-js-ripple-effect** in div **mdl-accordion-group** for the example "Only one section is open" If the class **mdl-js-ripple-effect** is set in the div **mdl-accordion-group**, then the first element of the accordion...

I get the following errors if I add a theme from rawgit: `` ``` GET http://localhost:63345/packages/mdl/assets/fonts/roboto/Roboto-Medium.woff2 404 (Not Found) GET http://localhost:63345/packages/mdl/assets/fonts/roboto/Roboto-Medium.woff 404 (Not Found) GET http://localhost:63345/packages/mdl/assets/fonts/roboto/Roboto-Medium.ttf 404 (Not Found) GET...

With the latest 1.12 dev, I don't get this error anymore when I use async.

see: http://www.material-design-lite.pub/#/quickstart the quick start talks about stage drive support, but it is not clear what stage drive actually is it seemed to be something for android development? Anyway, I...

It would be great if there was a simpler way of initializing the mdl library with defaults. Instead of doing: ``` dart mdl.registerMdl(); await mdl.componentFactory().run(); ``` How about something like:...