January 2013
Beginner
424 pages
13h 26m
English
This chapter covers
It’s time to get your hands on some real Dart code. Using the core language constructs of variables, functions, and classes, you’ll build a simple browser-based packing-list app called PackList to let users keep track of things to take on their vacations. One of Dart’s design goals is to be familiar; this chapter should help you feel comfortable with the Dart functionality around variables, functions, and classes before we get to the more surprising and interesting features in later chapters.
Instead of building the ...