text
stringlengths
1
372
we encourage you to join the community and
contribute to flutter!
<topic_end>
<topic_start>
what are flutter’s guiding principles?
we believe the following:
we are focused on three things:
<topic_end>
<topic_start>
will apple reject my flutter app?
we can’t speak for apple, but their app store contains
many apps built with framework technologies such as flutter.
indeed, flutter uses the same fundamental architectural
model as unity, the engine that powers many of the
most popular games on the apple store.
apple has frequently featured well-designed apps
that are built with flutter,
including hamilton and reflectly.
as with any app submitted to the apple store,
apps built with flutter should follow apple’s
guidelines for app store submission.
<topic_end>
<topic_start>
books about flutter
here’s a collection of books about flutter,
in alphabetical order.
if you find another one that we should add,
file an issue and (feel free to)
submit a PR (sample) to add it yourself.
also, check the flutter version that the book
was written under. anything published before
flutter 3.10/dart 3 (may 2023),
won’t reflect the latest version of dart and
might not include null safety;
anything published before flutter 3.16 (november 2023)
won’t reflect that material 3 is now
flutter’s default theme.
see the what’s new
page to view flutter’s latest release.
the following sections have more information about each book.
<topic_end>
<topic_start>
beginning app development with flutter
by rap payne
easy to understand starter book. currently the best-selling and highest rated flutter book on amazon.
<topic_end>
<topic_start>
beginning flutter: a hands on guide to app development
by marco l. napoli
build your first app in flutter - no experience necessary.
<topic_end>
<topic_start>
flutter apps development: build Cross-Platform flutter apps with trust
by mouaz m. Al-Shahmeh
this book teaches what you need to know to build your first flutter app. you will learn about the basics of flutter (widgets, state management, and navigation), as well as how to build a variety of different app types (games, social media apps, and e-commerce apps). by the end of this book, you will be able to build beautiful, high-performance mobile apps using flutter.
<topic_end>
<topic_start>
flutter apprentice
by michael katz, kevin david moore, vincent ngo, and vincenzo guzzi
build for both iOS and android with flutter! with flutter and flutter apprentice, you can achieve the dream of building fast applications, faster.
<topic_end>
<topic_start>
flutter complete reference 2.0
by alberto miola
the book’s first eight chapters are dedicated to dart 3.0 and all its features. over 500 pages are about the flutter framework: widgets basics, state management, animations, navigation, and more.
<topic_end>
<topic_start>
flutter: développez vos applications mobiles multiplateformes avec dart
by julien trillard
ce livre sur flutter s’adresse aux développeurs, initiés comme plus aguerris, qui souhaitent disposer des connaissances nécessaires pour créer de a à z des applications mobiles multiplateformes avec le framework de google
<topic_end>
<topic_start>
flutter for beginners
by thomas bailey and alessandro biessek
an introductory guide to building cross-platform mobile applications with flutter 2.5 and dart.
<topic_end>
<topic_start>
flutter in action
by eric windmill
flutter in action teaches you to build professional-quality mobile applications using the flutter SDK and the dart programming language.
<topic_end>
<topic_start>
flutter libraries we love
by codemagic
“flutter libraries we love” focuses on 11 different categories of flutter libraries. each category lists available libraries as well as a highlighted library that is covered in more detail – including pros and cons, developer’s perspective, and real-life code examples. the code snippets of all 11 highlighted libraries support flutter 2 with sound null safety.
<topic_end>
<topic_start>
flutter succinctly
by ed freitas
app UI in flutter-from zero to hero.
<topic_end>
<topic_start>
google flutter mobile development quick start guide
by prajyot mainkar and salvatore girodano
a fast-paced guide to get you started with cross-platform mobile application development with google flutter
<topic_end>
<topic_start>
learn google flutter fast
by mark clow
learn google flutter by example. over 65 example mini-apps.