Dart Apprentice Fundamentals

Golden Member
Joined
May 24, 2024
Messages
264
Reaction score
103
Points
43
51B7z49UKQL._SL1233_.jpg



Learn to Program in Dart!
Dart is the language you use to write cross-platform applications in Flutter. You're not limited to Flutter, though. You can also use Dart to write command-line and backend server applications. The official documentation is great, but it doesn't go into the depth or provide all the examples that a book can.

Dart Apprentice: Fundamentals is here to help by systematically teaching you the essential elements of programming using the Dart language.

Who This Book is For
Dart Apprentice: Fundamentals is for anyone who wants to learn the Dart programming language, even if this is their first language and they know nothing at all about coding.

Topics Covered in Dart Apprentice: Fundamentals
Expressions: Using math and logic to calculate a value.
Variables and Constants: Storing values for future use.
Data types: Categorizing the kind of information a variable can hold.
Control Flow: Making decisions based on values.
Strings: Working with text.
Loops: Repeating a task multiple times.
Functions: Grouping a few lines of code to run later.
Classes: Packaging related data and functions together.
Nullability: Avoiding crashing when nothing is there.
Collections: Grouping data into lists, sets and maps.
One thing you can count on: After reading this book, you'll have a solid foundation in programming generally and the Dart language in particular.



To see this hidden content, you must reply and react with one of the following reactions : Like Like, Love Love, Haha Haha, Wow Wow
 
Top