René's URL Explorer Experiment


Title: Flutter learning resources

Open Graph Title: Flutter learning resources

X Title: Flutter learning resources

Description: A catalog of Flutter tutorials, sample code, workshops, and recipes.

Open Graph Description: A catalog of Flutter tutorials, sample code, workshops, and recipes.

X Description: A catalog of Flutter tutorials, sample code, workshops, and recipes.

Opengraph URL: learn/learning-resources.md

X: @flutterdev

direct link

Domain: docs.flutter.dev

twitter:cardsummary
og:image/assets/images/flutter-logo-sharing.png
google-site-verificationHFqxhSbf9YA_0rBglNLzDiWnrHiK_w4cqDh2YD2GEY4

Links:

Skip to main contenthttps://docs.flutter.dev/reference/tutorials#site-content-title
Learn morehttps://policies.google.com/technologies/cookies
Flutter Docs https://docs.flutter.dev/
User Guideshttps://docs.flutter.dev/
Learnhttps://docs.flutter.dev/learn
Referencehttps://api.flutter.dev
searchhttps://docs.flutter.dev/search
Flutterhttps://flutter.dev
FlutterDocshttps://docs.flutter.dev/
FlutterAPIhttps://api.flutter.dev
FlutterBloghttps://blog.flutter.dev
Darthttps://dart.dev
DartPadhttps://dartpad.dev
pub.devhttps://pub.dev
asteriskHomehttps://docs.flutter.dev/
play_lessonLearnhttps://docs.flutter.dev/learn
apiReferencehttps://api.flutter.dev
Overviewhttps://docs.flutter.dev/learn/pathway
Install Flutterhttps://docs.flutter.dev/learn/pathway/quick-install
Dart getting startedopen_in_newhttps://dart.dev/learn
Flutter getting startedhttps://docs.flutter.dev/learn/pathway/tutorial
How Flutter Workshttps://docs.flutter.dev/learn/pathway/how-flutter-works
moreMore resourceshttps://docs.flutter.dev/learn/learning-resources
building AI-powered apps with Flutter!https://docs.flutter.dev/ai/best-practices
docsView sourcehttps://github.com/flutter/website/blob/main/src/content/learn/learning-resources.md
bug_reportReport issuehttps://github.com/flutter/website/issues/new?template=1_page_issue.yml&page-url=https://docs.flutter.dev/learn/learning-resources&page-source=https://github.com/flutter/website/blob/main/src/content/learn/learning-resources.md
Demo Add-to-app Recommended approaches for adding Flutter to existing apps. https://github.com/flutter/samples/tree/main/add_to_app
Demo Android splash screen A Flutter sample app that exemplifies how to implement an animated splash screen for Android devices. https://github.com/flutter/samples/tree/main/android_splash_screen
Demo iOS app clip A sample project demonstrating integration with iOS App Clip. https://github.com/flutter/samples/tree/main/ios_app_clip
Demo Swift platform view A Flutter sample app that combines a native iOS UIViewController with a full-screen Flutter view. https://github.com/flutter/samples/tree/main/platform_view_swift
Quickstart Simplistic editor This sample text editor showcases the use of TextEditingDeltas and a DeltaTextInputClient to expand and contract styled ranges of text. https://github.com/flutter/samples/tree/main/simplistic_editor
Workshop Your first Flutter app workshop An instructor-led version of our very popular 'Write your first Flutter app' codelab. https://www.youtube.com/watch?v=8sAyPDLorek
Codelab Your first Flutter app Create a simple random-name generator app. This app is responsive and runs on mobile, desktop, and web. https://codelabs.developers.google.com/codelabs/flutter-codelab-first
Codelab Records and Patterns in Dart 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. https://codelabs.developers.google.com/codelabs/dart-patterns-records
Codelab Animations in Flutter Learn how to build animated effects in Flutter. You'll learn how to build implicit and explicit animations, and customize navigation transition animations the animations package and predictive back on Android. https://codelabs.developers.google.com/advanced-flutter-animations
Codelab 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. https://codelabs.developers.google.com/codelabs/material-motion-flutter
Codelab How to debug layout issues with the Flutter Inspector Step-by-step instructions on how to debug common layout problems using the Flutter Inspector and Layout Explorer. https://blog.flutter.dev/how-to-debug-layout-issues-with-the-flutter-inspector-87460a7b9db
Codelab MDC-101 - Material Components (MDC) Basics Learn the basics of using Material Components by building a simple app with core components. https://codelabs.developers.google.com/codelabs/mdc-101-flutter
Codelab MDC-102 - 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. https://codelabs.developers.google.com/codelabs/mdc-102-flutter
Codelab MDC-103 - 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. https://codelabs.developers.google.com/codelabs/mdc-103-flutter
Codelab MDC-104 - Material Advanced Components Improve your design and learn to use our advanced component backdrop menu. https://codelabs.developers.google.com/codelabs/mdc-104-flutter
Codelab 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. https://codelabs.developers.google.com/codelabs/admob-ads-in-flutter
Codelab 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. https://codelabs.developers.google.com/codelabs/admob-inline-ads-in-flutter
Codelab 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. https://codelabs.developers.google.com/codelabs/flutter-in-app-purchases
Codelab Add a user authentication flow using FirebaseUI Learn how to add Firebase authentication to a Flutter app with only a few lines of code. https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps
Codelab 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. https://firebase.google.com/codelabs/firebase-get-to-know-flutter
Codelab Notifications with Firebase Cloud Messaging Learn how to develop a multi-platform app with Flutter and Firebase Cloud Messaging, integrating FCM to send and receive messages on Android, iOS, and web. https://firebase.google.com/codelabs/firebase-fcm-flutter
Codelab Build a word puzzle with Flutter This codelab focuses on building word puzzle games, and dives into using Flutter's background processing to generate expansive crossword-style grids of interlocking words. https://codelabs.developers.google.com/codelabs/flutter-word-puzzle
Codelab Introduction to Flame with Flutter Build a Breakout clone using the Flame 2D game engine and embed it in a Flutter wrapper. https://codelabs.developers.google.com/codelabs/flutter-flame-brick-breaker
Codelab 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. https://codelabs.developers.google.com/codelabs/google-maps-in-flutter
Codelab Adding WebView to your Flutter app With the WebView Flutter plugin you can add a WebView widget to your Android or iOS Flutter app. https://codelabs.developers.google.com/codelabs/flutter-webview
Codelab Adding a Home Screen widget to your Flutter app 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. https://codelabs.developers.google.com/flutter-home-screen-widgets
Quickstart Command-line app A command line app that parses command-line options and fetches from GitHub. https://github.com/dart-lang/samples/tree/main/command_line
Quickstart Extension methods Demonstrates Dart's extensions method syntax. https://github.com/dart-lang/samples/tree/main/extension_methods
Quickstart FFI A series of simple examples demonstrating how to call C libraries from Dart. https://github.com/dart-lang/samples/tree/main/ffi
Quickstart Isolates (in a CLI) Command line applications that demonstrate how to work with Concurrency in Dart using isolates. https://github.com/dart-lang/samples/tree/main/ffi
Quickstart Native Dart app A command line application that can be compiled to native code using `dart compile exe`. https://github.com/dart-lang/samples/tree/main/native_app
Quickstart Server side Dart Examples of running Dart on the server. https://github.com/dart-lang/samples/tree/main/server
Quickstart Package constraint solver Demonstrates best-practices for publishing packages on pub.dev. https://github.com/dart-lang/samples/tree/main/server
Recipe Animate a page route transition Transition between routes by animating the new route into view from the bottom of the screen. https://docs.flutter.dev/cookbook/animation/page-route-animation
Recipe Animate a widget using a physics simulation Learn how to move a widget from a dragged point back to the center using a spring simulation. https://docs.flutter.dev/cookbook/animation/physics-simulation
Recipe Animate the properties of a container Use AnimatedContainer to animate the size, background color, and border radius of a Container. https://docs.flutter.dev/cookbook/animation/animated-container
Recipe Fade a widget in and out The AnimatedOpacity widget makes it easy to perform opacity animations. https://docs.flutter.dev/cookbook/animation/opacity-animation
Recipe Add a drawer to a screen Use the Drawer widget in combination with a Scaffold to create a layout with a Material Design drawer. https://docs.flutter.dev/cookbook/design/drawer
Recipe Display a snackbar Use the Snackbar widget to display messages to your users. https://docs.flutter.dev/cookbook/design/snackbars
Recipe Export fonts from a package Use a font across multiple apps. https://docs.flutter.dev/cookbook/design/package-fonts
Recipe Update the UI based on orientation Build a list that displays two columns in portrait mode and three columns in landscape mode. https://docs.flutter.dev/cookbook/design/orientation
Recipe Use a custom font Apply fonts to your entire app or individual widgets. https://docs.flutter.dev/cookbook/design/fonts
Recipe Use themes to share colors and font styles To share styles across your app, use Themes. https://docs.flutter.dev/cookbook/design/themes
Recipe Work with tabs Working with tabs is a common pattern in mobile apps that follow the Material Design or Cupertino guidelines. https://docs.flutter.dev/cookbook/design/tabs
Recipe Create a download button Build a download button that transitions through multiple visual states, based on the status of an app download. https://docs.flutter.dev/cookbook/effects/download-button
Recipe Create a nested navigation flow Create top level routes, and routes nested below specific widgets. https://docs.flutter.dev/cookbook/effects/nested-nav
Recipe Create a scrolling parallax effect Create the parallax effect by building a list of cards with images that 'move'. https://docs.flutter.dev/cookbook/effects/parallax-scrolling
Recipe Create a shimmer loading effect Communicate that data is loading with a chrome color shimmer on the screen. https://docs.flutter.dev/cookbook/effects/shimmer-loading
Recipe Create a staggered menu animation Build a drawer menu with animated content that is staggered and has a button that pops in at the bottom https://docs.flutter.dev/cookbook/effects/staggered-menu-animation
Recipe Create a typing indicator Build a speech bubble typing indicator that animates in and out of view. https://docs.flutter.dev/cookbook/effects/typing-indicator
Recipe Create an expandable FAB Create a floating action button that spawns other action buttons. https://docs.flutter.dev/cookbook/effects/expandable-fab
Recipe Drag a UI element Build a drag-and-drop interaction when the user long presses. https://docs.flutter.dev/cookbook/effects/drag-a-widget
Recipe Build a form with validation Learn how to add validation to a form. https://docs.flutter.dev/cookbook/forms/validation
Recipe Create and style a text field In this recipe, explore how to create and style text fields. https://docs.flutter.dev/cookbook/forms/text-input
Recipe Focus and text fields Shift focus to a text field programmatically. https://docs.flutter.dev/cookbook/forms/focus
Recipe Handle changes to a text field Listen for changes to a TextField using a callback. https://docs.flutter.dev/cookbook/forms/text-field-changes
Recipe Retrieve the value of a text field Learn how to retrieve the text a user has entered into a text field. https://docs.flutter.dev/cookbook/forms/retrieve-input
Recipe Add achievements and leaderboards to your game Use the games_services package to add leaderboard functionality to your mobile game. https://docs.flutter.dev/cookbook/games/achievements-leaderboard
Recipe Add multiplayer support to your Flutter game Use the cloud_firestore package to implement multiplayer capabilities in your game. https://docs.flutter.dev/cookbook/games/firestore-multiplayer
Recipe Add ads to your Flutter game Use the google_mobile_ads package to add a banner ad to your app or game. https://docs.flutter.dev/cookbook/plugins/google-mobile-ads
Recipe Add Material touch ripples Use the Inkwell widget to display a ripple animation. https://docs.flutter.dev/cookbook/gestures/ripples
Recipe Handle taps Use the GestureDetector widget to respond to fundamental actions, such as tapping and dragging. https://docs.flutter.dev/cookbook/gestures/handling-taps
Recipe Implement swipe to dismiss Learn how to use the Dismissible widget. https://docs.flutter.dev/cookbook/gestures/dismissible
Recipe Display images from the internet To work with images from a URL, use the Image.network() constructor. https://docs.flutter.dev/cookbook/images/network-image
Recipe Fade in images with a placeholder Use the FadeInImage widget to show a visual placeholder before an image loads. https://docs.flutter.dev/cookbook/images/fading-in-images
Recipe Grid lists Learn to use a GridView widget. https://docs.flutter.dev/cookbook/lists/grid-lists
Recipe Horizontal lists Learn to display items horizontally in a scrollable list. https://docs.flutter.dev/cookbook/lists/horizontal-list
Recipe Lists with different types of items Create a list with headers followed by a few list items. https://docs.flutter.dev/cookbook/lists/mixed-list
Recipe Lists and floating app bars Place a floating app bar or navigation bar above a list. https://docs.flutter.dev/cookbook/lists/floating-app-bar
Recipe Basic lists Learn to display items with the ListView widget. https://docs.flutter.dev/cookbook/lists/basic-list
Recipe Long lists Work with longer lists with the Listview.builder constructor. https://docs.flutter.dev/cookbook/lists/long-lists
Recipe Lists with spaced items Create a list with padding between items. https://docs.flutter.dev/cookbook/lists/spaced-items
Recipe Animate a widget across screens Use the Hero widget to animate a widget from one screen to the next. https://docs.flutter.dev/cookbook/navigation/hero-animations
Recipe Navigate to a new screen and back This recipe uses the Navigator to navigate to a new route. https://docs.flutter.dev/cookbook/navigation/navigation-basics
Recipe Named routes Create named routes and navigate to them. https://docs.flutter.dev/cookbook/navigation/named-routes
Recipe Arguments and named routes Pass arguments to a named route and read the arguments on that route. https://docs.flutter.dev/cookbook/navigation/navigate-with-arguments
Recipe Android app links Set up deep linking on Android https://docs.flutter.dev/cookbook/navigation/set-up-app-links
Recipe iOS universal links Set up universal links for iOS https://docs.flutter.dev/cookbook/navigation/set-up-universal-links
Recipe Return data from a screen Return data from one screen to another with the Navigator.pop method. https://docs.flutter.dev/cookbook/navigation/returning-data
Recipe Send data to a new screen Send data from one screen to new one. https://docs.flutter.dev/cookbook/navigation/passing-data
Recipe Fetch data from the internet Learn to use HTTP in your app. https://docs.flutter.dev/cookbook/networking/fetch-data
Recipe Make authenticated requests Authorization headers in HTTP https://docs.flutter.dev/cookbook/networking/authenticated-requests
Recipe Send data to the internet Send HTTP POST requests in your app. https://docs.flutter.dev/cookbook/networking/send-data
Recipe Update data over the internet Send an HTTP put request. https://docs.flutter.dev/cookbook/networking/update-data
Recipe Delete data on the internet Send an HTTP delete request. https://docs.flutter.dev/cookbook/networking/delete-data
Recipe WebSockets Connect to and communicate with a websocket. https://docs.flutter.dev/cookbook/networking/web-sockets
Recipe Parse JSON in the background Learn to use Dart's Isolate objects https://docs.flutter.dev/cookbook/networking/background-parsing
Recipe Persist data with SQLite Use the sqflite package. https://docs.flutter.dev/cookbook/persistence/sqlite
Recipe Read and write files Use the dart:io library and path_provider plugin to save files to disk. https://docs.flutter.dev/cookbook/persistence/reading-writing-files
Recipe Store key-value data on disk Persist data with shared_preferences https://docs.flutter.dev/cookbook/persistence/key-value
Recipe Play and pause a video Play videos stored on the file system, as an asset, or from the internet. https://docs.flutter.dev/cookbook/plugins/play-video
Recipe Use the camera Learn to use a devices camera. https://docs.flutter.dev/cookbook/plugins/picture-using-camera
Recipe Report errors to a service Report errors to Sentry crash reporting. https://docs.flutter.dev/cookbook/maintenance/error-reporting
Recipe Performance profiling Write a test that records a performance timeline. https://docs.flutter.dev/cookbook/testing/integration/profiling
Recipe Write unit tests An introduction to writing unit tests. https://docs.flutter.dev/cookbook/testing/unit/introduction
Recipe Write widget tests An introduction to writing widget tests. https://docs.flutter.dev/cookbook/testing/widget/introduction
Recipe Mock dependencies in tests The basics of mocking with the Mockito package. https://docs.flutter.dev/cookbook/testing/unit/mocking
Recipe Find widgets in tests This recipe looks at the 'find' constant provided by the flutter_test package. https://docs.flutter.dev/cookbook/testing/widget/finders
Recipe Handle scrolling Learn how to scroll in widget tests. https://docs.flutter.dev/cookbook/testing/widget/scrolling
Recipe App orientation Learn how to check app orientation in widget tests. https://docs.flutter.dev/cookbook/testing/widget/orientation
Recipe Tap, drag, and enter text Interact with widgets in widget tests. https://docs.flutter.dev/cookbook/testing/widget/tap-drag
Recipe Persistent storage architecture - SQL Save complex application data to a user's device with SQL. https://docs.flutter.dev/app-architecture/design-patterns/sql
Recipe Error handling with Result objects Improve error handling across classes with Result objects. https://docs.flutter.dev/app-architecture/design-patterns/result
Recipe Optimistic state Improve the perception of responsiveness of an application by implementing optimistic state. https://docs.flutter.dev/app-architecture/design-patterns/optimistic-state
Recipe Offline First Implement offline-first support for one feature in an application. https://docs.flutter.dev/app-architecture/design-patterns/offline-first
Recipe Persistent storage architecture - Key-value data Save application data to a user's on-device key-value store. https://docs.flutter.dev/app-architecture/design-patterns/key-value-data
Recipe Command pattern Simplify view model logic by implementing a Command class. https://docs.flutter.dev/app-architecture/design-patterns/command
Quickstart Asset transformation Demonstrates how to transform images' color scales and formats. https://github.com/flutter/samples/tree/main/asset_transformation
Quickstart Background isolate channels Demonstrates how to use long-lived isolates. https://github.com/flutter/samples/tree/main/background_isolate_channels
Quickstart Code sharing Demonstrates how to share business logic between a Flutter client and Dart server using `package:shelf`. https://github.com/flutter/samples/tree/main/code_sharing
Quickstart Context menus This sample shows how to create and customize cross-platform context menus, such as the text selection toolbar on mobile or the right click menu on desktop. https://github.com/flutter/samples/tree/main/context_menus
Quickstart Desktop UI Demonstrates desktop features in both Material and FluentUI design systems. https://github.com/flutter/samples/tree/main/desktop_photo_search
Quickstart AI generated dynamic theme Demonstrates how to call on-device Flutter APIs based on output from the Gemini API. https://github.com/flutter/samples/tree/main/dynamic_theme
Quickstart Form app A sample demonstrating different types of forms and best practices. https://github.com/flutter/samples/tree/main/form_app
Quickstart AI todo list A developer sample written in Flutter demonstrating how to interact with a to-do list in natural language using the Gemini API. https://github.com/flutter/samples/tree/main/gemini_tasks
Quickstart Google Maps plugin Demonstrates the Google Maps for Flutter plugin. https://github.com/flutter/samples/tree/main/google_maps
Quickstart Infinite list A Flutter sample app that shows an implementation of the 'infinite list' UX pattern. https://github.com/flutter/samples/tree/main/infinite_list
Quickstart Isolates A sample application that demonstrate best practices when using isolates. https://github.com/flutter/samples/tree/main/isolate_example
Quickstart Navigation and routing A sample that shows how to use `go_router` API to handle common navigation scenarios. https://github.com/flutter/samples/tree/main/navigation_and_routing
Quickstart Google Maps Flutter plugin A sample place tracking app that uses the google_apps_flutter plugin. https://github.com/flutter/samples/tree/main/place_tracker
Quickstart Platform adaptive design This sample project shows a Flutter app that maximizes application code reuse while adhering to different design patterns on Android and iOS. https://github.com/flutter/samples/tree/main/platform_design
Quickstart Counter app with Provider The starter Flutter application, but using the Provider package to manage state. https://github.com/flutter/samples/tree/main/provider_counter
Quickstart Shopping app with Provider A Flutter sample app that shows a state management approach using the Provider package. https://github.com/flutter/samples/tree/main/provider_shopper
Quickstart Simple shaders A simple Flutter fragment shaders project. https://github.com/flutter/samples/tree/main/simple_shader
Quickstart Desktop calculator A calculator sample to demonstrate a simple start for a desktop Flutter app. https://github.com/flutter/samples/tree/main/simplistic_calculator
Quickstart Testing app A sample app that shows different types of testing in Flutter. https://github.com/flutter/samples/tree/main/testing_app
Quickstart Web element embedding Modifies the index.html of a flutter app so it is launched in a custom hostElement. This is the most basic embedding example. https://github.com/flutter/samples/tree/main/web_embedding/element_embedding_demo
Quickstart ng-flutter A simple Angular app (and component) that replicates the element embedding example, but in an Angular app. https://github.com/flutter/samples/tree/main/web_embedding/ng-flutter
Quickstart Platform channels A sample Flutter app which demonstrates how to use `MethodChannel`, `EventChannel`, `BasicMessageChannel` and `MessageCodec`. https://github.com/flutter/samples/tree/main/platform_channels
View sourcehttps://github.com/flutter/website/blob/main/src/content/learn/learning-resources.md
report an issuehttps://github.com/flutter/website/issues/new?template=1_page_issue.yml&page-url=https://docs.flutter.dev/learn/learning-resources&page-source=https://github.com/flutter/website/blob/main/src/content/learn/learning-resources.md
https://docs.flutter.dev/
https://blog.flutter.dev
https://youtube.com/@flutterdev
https://github.com/flutter
https://bsky.app/profile/flutter.dev
https://twitter.com/FlutterDev
Creative Commons Attribution 4.0 International License,https://creativecommons.org/licenses/by/4.0/
3-Clause BSD License.https://opensource.org/licenses/BSD-3-Clause
Termshttps://docs.flutter.dev/tos
Brandhttps://docs.flutter.dev/brand
Privacyhttps://policies.google.com/privacy
Securityhttps://docs.flutter.dev/security
https://jaspr.site

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.