text
stringlengths
1
474
required!) that displays a sign-in screen
containing three text fields. As the user fills out the
fields, a progress bar animates along the top of the
sign-in area. This codelab is written specifically for
the web, but if you have downloaded and configured
Android and iOS tooling, the completed app
works on Android and iOS devices, as well.<topic_end>
<topic_start>
Next steps
Records and Patterns in Dart 3
Discover Dart 3’s new records and patterns features.
Learn how you can use them in a Flutter app to help you
write more readable and maintainable Dart code.Building scrolling experiences in Flutter (workshop)
Start with an app that performs simple, straightforward scrolling
and enhance it to create fancy and custom scrolling effects
by using slivers.Dart null safety in Action (workshop)
An instructor-led workshop introducing the features
that enable Dart’s null-safe type system.How to manage application states using inherited widgets (workshop)
Learn how to manage the state of your app’s data by
using the InheritedWidget class, one of the
low-level state management classes provided
by Flutter.<topic_end>
<topic_start>
Designing a Flutter UI
Learn about Material Design and basic Flutter concepts,
like layout and animations:How to debug layout issues with the Flutter Inspector
Not an official codelab, but step-by-step instructions on
how to debug common layout problems using the Flutter
Inspector and Layout Explorer.Implicit animations
Use DartPad (no downloads required!) to learn how to use
implicit animations to add motion and create
visual effects for the widgets in your UI.Building Beautiful Transitions with Material Motion for Flutter
Learn how to use the Material animations package to
add pre-built transitions to a Material app called Reply.Take your Flutter app from boring to beautiful
Learn how to use some of the features in Material 3
to make your app more beautiful and more responsive.MDC-101 Flutter: Material Components (MDC) Basics
Learn the basics of using Material Components by building
a simple app with core components. The four MDC codelabs
guide you through building an e-commerce app called Shrine.
You’ll start by building a login page using several of MDC
Flutter’s components.MDC-102 Flutter: Material Structure and Layout
Learn how to use Material for structure and layout in Flutter.
Continue building the e-commerce app, introduced in MDC-101,
by adding navigation, structure, and data.MDC-103 Flutter: Material Theming with Color, Shape, Elevation, and Type
Discover how Material Components for Flutter make it
easy to differentiate your product, and express your
brand through design. Continue building your e-commerce
app by adding a home screen that displays products.MDC-104 Flutter: Material Advanced Components
Improve your design and learn to use our advanced
component backdrop menu. Finish your e-commerce app
by adding a backdrop with a menu that filters
products by the selected category.Adaptive Apps in Flutter
Learn how to build a Flutter app that adapts to the
platform that it’s running on, be that Android, iOS,
the web, Windows, macOS, or Linux.Building next generation UIs in Flutter
Learn how to build a Flutter app that uses the power of flutter_animate,
fragment shaders, and particle fields. You will craft a user interface that
evokes those science fiction movies and TV shows we all love
watching when we aren’t coding.<topic_end>
<topic_start>
Using Flutter with
Learn how to use Flutter with other technologies.<topic_end>
<topic_start>
Monetizing Flutter
Adding AdMob Ads to a Flutter app
Learn how to add an AdMob banner, an interstitial ad,
and a rewarded ad to an app called Awesome Drawing Quiz,
a game that lets players guess the name of the drawing.Adding an AdMob banner and native inline ads to a Flutter app
Learn how to implement inline banner and native ads
to a travel booking app that lists possible
flight destinations.Adding in-app purchases to your Flutter app
Extend a simple gaming app that uses the Dash mascot as
currency to offer three types of in-app purchases:
consumable, non-consumable, and subscription.<topic_end>
<topic_start>
Flutter and Firebase
Add a user authentication flow to a Flutter app using FirebaseUI
Learn how to add Firebase authentication to a Flutter app
with only a few lines of code.Get to know Firebase for Flutter (workshop)
An instructor-led version of our popular
“Get to know Firebase for Flutter” codelab
(listed below).Get to know Firebase for Flutter
Build an event RSVP and guestbook chat app on both Android
and iOS using Flutter, authenticating users with Firebase
Authentication, and sync data using Cloud Firestore.Local development for your Flutter apps using the Firebase Emulator Suite
Learn how to use the Firebase Emulator Suite when
developing with Flutter. You will also learn to use
the Auth and Firestore emulators.<topic_end>
<topic_start>
Flutter and TensorFlow
Create a custom text-classification model with TensorFlow Lite Model MakerCreate a Flutter app to classify texts with TensorFlow
Learn how to run a text-classification inference from a Flutter
app with TensorFlow Serving through REST and gRPC.Train a comment-spam detection model with TensorFlow Lite Model Maker
Learn how to install the TensorFlow Lite Model Maker with Colab,
how to use a data loader, and how to build a model.<topic_end>
<topic_start>
Flutter and other technologies
Adding Google Maps to a Flutter app
Display a Google map in an app, retrieve data from a
web service, and display the data as markers on the map.Adding WebView to your Flutter app