Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.

Learn more

Flutter 3.41 is live! Check out theblog post!

Build for and integrate with multiple platforms

Learn how to develop for different platforms and integrate with platform-specific features in Flutter apps.

Flutter enables you to build, test, and deploy beautiful, natively compiled, multi-platform applications from a single codebase.

Overview

#

Flutter and its core packages often automatically support and integrate with Flutter's officiallysupported platforms. Some platforms require you toset up additional tooling, but once your development environment is set up, Flutter apps are usually functional across platforms out of the box.

Occasionally you need to integrate with platform-specific functionality. For example, you might want to use a native library that's only available on iOS and iPadOS. For many use cases, you can find and use one of the manyFlutter plugins provided by the Flutter team and the amazing Flutter community. If none of them meet your needs, you canwrite platform-specific code and evencreate your own plugin.

Tip

Set up platform development

#

While Flutter apps can be built for a variety ofsupported platforms with little to no modifications to your code, your development environment might require additional setup when targeting a new platform.

To set up development for an additional platform, select the platform from the following:

Integrate with each platform

#

If the situation you're trying to solve is not covered by an existingFlutter plugin, check out the following guides to learn how to integrate with each of the supported platforms.

Integrate with Android

#

Learn how to add custom integrations with Android to your Flutter app.

Integrate with iOS

#

Learn how to add custom integrations with iOS to your Flutter app.

Integrate with the web

#

Learn how to add custom integrations with the web platform to your Flutter app.

Integrate with Windows

#

Learn how to add custom integrations with Windows to your Flutter app.

Integrate with macOS

#

Learn how to add custom integrations with macOS to your Flutter app.

Integrate with Linux

#

Learn how to add custom integrations with Linux to your Flutter app.

Was this page's content helpful?

Unless stated otherwise, the documentation on this site reflects Flutter 3.41.2. Page last updated on 2025-12-08.View source orreport an issue.


[8]ページ先頭

©2009-2026 Movatter.jp