Flutter-Cookbook_ at master · PacktPublishing_Flutter-Cookbook · GitHub
Flutter-Cookbook_ at master · PacktPublishing_Flutter-Cookbook · GitHub
Sign in Sign up
Files Flutter-Cookbook /
Go to file
Name Last commit message Last commit date
chapter_01
chapter_01 Update on chapters 1 to 5 2 years ago
chapter_02
chapter_04
chapter_03 chapters_update 2 years ago
chapter_05
chapter_04 chapters_update 2 years ago
chapter_06
chapter_09
chapter_07 Main Commit 2 years ago
chapter_10
chapter_08 Update main.dart 2 years ago
chapter_11
README md
chapter_15 Update Chapter 15 2 years ago
README.md
Flutter Cookbook
This is the code repository for Flutter Cookbook, published by Packt.
Over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart
Flutter is an open-source framework for building mobile, web, and desktop apps using the Dart language. With
this recipe-based guide, which focuses on robust app design and core principles, you’ll learn how to solve
cross-platform development issues in a practical way.
If you feel this book is for you, get your copy today!
void variablePlayground() {
basicTypes();
untypedVariables();
typeInterpolation();
immutableVariables();
}
This app development book is for beginner to intermediate-level developers who want to become mobile developers. Basic knowledge of
modern programming languages such as JavaScript, Swift, Kotlin, Java, Objective-C, or C# will help you to understand the concepts covered in
the book more easily.
With the following software and hardware list you can run all code files present in the book (Chapter 1-15).
1-15 Visual Studio Code, Android Studio, or IntelliJ Ide Windows, Mac OS X, and Linux
1-15 An emulator/simulator or an iOS or Android device Windows, macOS, or Linux (macOS is needed only for iOS)
Errata
Page 66, Section: How to do it... Step 3(code snippet line 3): final MapString, int ages = { ... should be final Map ages = { ...
Page 133, top line of text on the page : 5. Fill in the Flexible section. Don't forget to hot reload while writing the code: should be 5. Fill in
the _buildFlexible method. Don't forget to hot reload while writing the code:
Page 168, last code line of 2nd point : State createState() => StopWatchState(); should be State createState() => _StopWatchState(); //
This needs to have an underscore in order to be treated as private.
Page 168, 1st code line of 3rd point : class StopWatchState extends State { should be class _StopWatchState extends State {
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Simone Alessandria wrote his first program when he was 12. It was a text-based fantasy game for the Commodore 64. Now, he is a trainer
(MCT), author, speaker, passionate software architect, and always a proud coder. He is the founder and owner of Softwarehouse.it. His mission
is to help developers achieve more through training and mentoring. He has authored several books on Flutter, including Flutter Projects,
published by Packt, and web courses on Pluralsight and Udemy.
Brian's career had him working on video games, eCommerce, productivity, finance, and travel apps. After spending years working as an iOS and
Android developer, he sees Flutter as the next big pillar for mobile.
https://packt.link/free-ebook/9781838823382