text
stringlengths
1
372
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 maker
create 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
with the WebView flutter plugin you can add a WebView
widget to your android or iOS flutter app.
build voice bots for mobile with dialogflow and flutter (workshop)
an instructor-led version of the dialogflow