How can I follow the steps on an article about translating from Web UI to Polymer?

97 Views Asked by At

I tried to follow the steps on this article, but the sample app does not work. Has Polymer.dart changed after the article publication?

What should I do to get the steps on the article to work properly?

1

There are 1 best solutions below

0
On

I just checked the example and it works for me.

  1. Create new Web Application and copy paste code from here: https://gist.github.com/chrisbu/6220424
  2. Rename all your 4 created files to match eachother name references.
  3. In your pubspec.yaml you should add "polymer" package.