Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Flutter for Beginners
  • Table Of Contents Toc
Flutter for Beginners

Flutter for Beginners - Fourth Edition

By : Thomas Bailey, Alessandro Biessek
4 (1)
close
close
Flutter for Beginners

Flutter for Beginners

4 (1)
By: Thomas Bailey, Alessandro Biessek

Overview of this book

The Fourth edition of Flutter for Beginners is fully updated for the latest Flutter and Dart releases, ready to guide you from taking your first steps in Flutter to publishing your first cross-platform app. Designed for new developers and those transitioning from other technologies, this practical guide shows you how to build, test, and release high-quality mobile apps for iOS, Android, and the web. With a project-based approach, this book will help you master the fundamentals of Dart and Flutter’s widget-driven architecture while building a complete app from scratch. Each chapter builds on the last with step-by-step explanations that will teach you how to design beautiful interfaces, manage state, handle navigation and user input, and add animations that bring your UI to life. You’ll explore popular third-party plugins such as Firebase and Google Maps, learn to debug and test your code effectively, and prepare your app for release on multiple platforms. By the end of this book, you’ll have the hands-on experience and confidence to design, build, and publish your own Flutter apps using the latest best practices.
Table of Contents (23 chapters)
close
close
Lock Free Chapter
1
Part 1: Learning the Core Concepts
6
Part 2: Building a Basic Flutter App
11
Part 3: Turning a Simple App into an Awesome App
16
Part 4: Testing and Releasing Your App
19
Chapter 16: Free Benefits with Your Book
20
Other Books You May Enjoy
21
Index

Asynchronous programming

Dart is a single-threaded programming language, meaning that all of the application code runs in the same thread. Put simply, this means that any code may block thread execution by performing long-running operations such as input/output (I/O) or HyperText Transfer Protocol (HTTP) requests. This can be an issue if your app is stuck waiting for something slow, such as an HTTP request, while the user is trying to interact with it. The app would effectively freeze and not respond to the user’s input.

However, although Dart is single-threaded, it can perform asynchronous operations through the use of futures. This allows your code to trigger an operation, continue doing other work, and then come back when the operation has been completed. To represent the result of these asynchronous operations, Dart uses the Future object combined with the async and await keywords. Let’s look at these concepts now so that we can learn how to write a responsive application...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Flutter for Beginners
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon