The book is available only in english.
READ THE PREVIEW
(Introduction and first chapter)
Chapter 1
- • Welcome
- • Introduction to Dart
- • Introduction to Flutter
Chapter 2
- • Variables and data types
- • Nullable and Non-nullable types
- • Data type operators
- • Good practices
Chapter 3
- • If, for and switch statements
- • Basics of functions
- • Named and positional parameters
- • Good practices
Chapter 4
- • Classes and constructors
- • The const keyword
- • Getters and setters
- • Operators overload
Chapter 5
- • Abstract classes and interfaces
- • Extension methods
- • Exception handling
- • Good practices
Chapter 6
- • Generic types
- • Collections such as lists, sets and maps
- • Good practices
Chapter 7
- • Asynchronous programming
- • Futures, async and await
- • Streams and generators
- • Good practices
Chapter 8
- • SOLID principles
- • Dependency Injection
- • Best practices for writing Dart code