Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Beginning Flutter

You're reading from   Beginning Flutter A hands-on guide to app development

Arrow left icon
Product type Paperback
Published in Nov 2019
Publisher Wiley
ISBN-13 9781119550822
Length 528 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Marco L. Napoli Marco L. Napoli
Author Profile Icon Marco L. Napoli
Marco L. Napoli
Arrow right icon
View More author details
Toc

2
Creating a Hello World App

WHAT YOU WILL LEARN IN THIS CHAPTER

  • How to create a new Flutter mobile app
  • How to refresh the running app with hot reload
  • How to style the app with themes
  • When to use a stateless or stateful widget
  • How to add external packages

A great way to learn a new development language is to write a basic app. In programming, Hello World is the most basic program to write. It simply displays the words Hello World on the screen. In this chapter, you'll learn the main steps of how to develop this basic program as a Flutter app. Do not worry about understanding the code yet; I'll walk you through it step‐by‐step later in this book.

Writing this minimal example helps you learn the basic structure of a Flutter app, how to run the app on the iOS simulator and the Android emulator, and how to make changes to the code.

SETTING UP THE PROJECT

The initial project setup for each app is the same. I'm using Android Studio to create the sample apps...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images