2022/5/23/Flutter/Adaptive Apps in Flutterの訳パート1

 

Adaptive Apps in Flutter

1. Introduction

In this codelab, you’ll learn how to build a Flutter app that adapts to the platform that it is running on, be that Android, iOS, the web, Windows, macOS, or Linux.

このコードラボでは、Android、iOS、Web、Windows、macOS、Linuxなど、実行するプラットフォームに適応する(adaptive)Flutterアプリを構築する方法を学びます。

What

2022/5/22/Flutter/Creating adaptive and responsive appsの訳

Creating responsive and adaptive apps

One of Flutter’s primary goals is to create a framework that allows you to develop apps from a single codebase that look and feel great on any platform.

Flutterの一つの主要なゴールは、あらゆるプラットフォームで素晴らしいルックアンドフィールを一つのコードベースで開発することを可能にするフレームワークを作ることです。

 

This means that your app …