Book Image

Learning Dart - Build Your First App with Flutter [Video]

By : Tim Anthony
Book Image

Learning Dart - Build Your First App with Flutter [Video]

By: Tim Anthony

Overview of this book

<p>Flutter is quickly becoming a well-known framework for developing cross-platform apps for both Android and iOS devices. Now developers don't have to learn Java, Kotlin, Objective-C, or Swift to have their apps on Play Store or the App Store. While there are other frameworks for building cross-platform apps, Flutter excels by using a great new language called Dart.</p> <p>With Dart and Flutter, you will develop apps for both stores with just one codebase. It compiles apps into native code without webview. Apps made with Flutter are very fast because of their high rendering power. Hence, they feel super-smooth, thus providing a rich user experience.</p> <p>With this course, you will be able to build app layouts, create widget animations, pull and push data to servers, and compile and release code to both stores.</p> <p>The code bundle for this video course is available at <a href="https://github.com/PacktPublishing/Learning-Dart-Build-your-first-app-with-Flutter" target="_blank">https://github.com/PacktPublishing/Learning-Dart-Build-your-first-app-with-Flutter</a></p> <h2>Style and Approach</h2> <p>A step-by-step guide from zero to releasing mobile apps to Play Store and App Store using Flutter and Dart.</p>
Table of Contents (5 chapters)
Chapter 4
Introduction to Firestore and Firebase Authentication
Content Locked
Section 3
Introduction to Firebase Authentication
In this video, we will learn about Firebase Authentication and how such a server makes it easy to handle user sign-in. - Show the Firebase Authentication console to familiarize viewers - Discuss the different ways to sign in to Firebase Authentication - Show the ways to identify the signed-in user on a project