import 'package:mdl/mdl.dart'; main() { // registerDemoAnimation and import mdldemo.dart is only necessary for animation sample registerDemoAnimation(); registerMdl(); componentFactory().run().then((_){ }); }