text
stringlengths 1
372
|
|---|
and flutter codelab (listed below).
|
build voice bots for android with dialogflow and flutter
|
learn how to build a mobile FAQ bot that can answer most
|
common questions about the tool dialogflow. end users
|
can interact with the text interface or stream a voice
|
interaction via the built-in microphone of a mobile device.
|
introduction to flame with flutter
|
build a breakout clone using the flame 2d game engine and
|
embed it in a flutter wrapper. you will use flame’s effects
|
to animate and remove components, along with the google_fonts and
|
flutter_animate packages, to make the whole game look well designed.
|
using FFI in a flutter plugin
|
learn how to use dart’s FFI (foreign function interface)
|
library, ffigen, allowing you to leverage
|
existing native libraries that provide a
|
c interface.
|
create haikus about google products with the PaLM API and flutter
|
learn how to build an app that uses the PaLM API to
|
generate haikus based on google product names. the
|
PaLM API gives you access to google’s
|
state-of-the-art large language models.
|
<topic_end>
|
<topic_start>
|
testing
|
learn how to test your flutter application.
|
<topic_end>
|
<topic_start>
|
writing platform-specific code
|
learn how to write code that’s targeted for specific platforms,
|
like iOS, android, desktop, or the web.
|
how to write a flutter plugin
|
learn how to write a plugin by creating a music plugin
|
for iOS and android that processes audio on the host platform.
|
then make an example app that uses your plugin to make a music keyboard.
|
using a plugin with a flutter web app
|
finish an app that reports the number of stars on a GitHub repository.
|
use dart DevTools to do some simple debugging, and
|
host your app on firebase and, finally, use a flutter plugin to
|
launch the app and open the hosted privacy policy.
|
write a flutter desktop application
|
build a flutter desktop app (windows, linux, or macOS)
|
that accesses GitHub APIs to retrieve your repositories,
|
assigned issues, and pull requests. as part of this task,
|
create and use plugins to interact with native APIs and desktop applications,
|
and use code generation to build type-safe client libraries for GitHub’s APIs.
|
adding a home screen widget to your flutter app NEW
|
learn how to add a home screen widget to your flutter app
|
on iOS. this applies to your home screen, lock screen, or the
|
today view.
|
<topic_end>
|
<topic_start>
|
other resources
|
for dart-specific codelabs, see the
|
codelabs page on the dart site.
|
we also recommend the following online class:
|
info note
|
if you have trouble viewing any of the codelabs
|
on codelabs.developers.google.com, try
|
this mirror of the flutter codelabs.
|
<topic_end>
|
<topic_start>
|
cookbook
|
this cookbook contains recipes that demonstrate how to solve common problems
|
while writing flutter apps. each recipe is self-contained and can be used as a
|
reference to help you build up an application.
|
<topic_end>
|
<topic_start>
|
animation
|
<topic_end>
|
<topic_start>
|
design
|
<topic_end>
|
<topic_start>
|
effects
|
<topic_end>
|
<topic_start>
|
forms
|
<topic_end>
|
<topic_start>
|
games
|
<topic_end>
|
<topic_start>
|
gestures
|
<topic_end>
|
<topic_start>
|
images
|
<topic_end>
|
<topic_start>
|
lists
|
<topic_end>
|
<topic_start>
|
maintenance
|
<topic_end>
|
<topic_start>
|
navigation
|
<topic_end>
|
<topic_start>
|
networking
|
<topic_end>
|
<topic_start>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.