Some research in the libraries that come with our Dart Editor can be found very useful libraries try to go slowly showing in this series of tutorials called “Libraries Dart useful” to the first article of reference use the example “Slide sample ”which is also included when you get off Dart Editor. This example uses a library called “SlideMenu” to create a simple navigation menu, I find very interesting, because it encapsulates the HTML code inside the library and can edit at will, even overwrite it so you can give a lot of play.
Let’s start talking about the class SliderMenu.dart itself:
The first thing that strikes me is that it extends a class called “View”, so I think it is a view controller methods “windowResized ()” or “addToDocument (Element parentNode).”
We have several methods to “SlideMenu.dart” the most important is: Read the rest of this entry »
Recent Comments