text
stringlengths
1
474
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
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>
Persistence
<topic_end>
<topic_start>
Plugins
<topic_end>
<topic_start>
Testing
<topic_end>
<topic_start>
Integration
<topic_end>
<topic_start>