From 4265d8eb8ee5fcb192a8f198c152ec61f01a761a Mon Sep 17 00:00:00 2001 From: ywxgod Date: Mon, 24 May 2021 23:05:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tech/20201103 Create a list in a Flutter mobile app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/tech/20201103 Create a list in a Flutter mobile app.md b/sources/tech/20201103 Create a list in a Flutter mobile app.md index 70b3612705..7717b71fe6 100644 --- a/sources/tech/20201103 Create a list in a Flutter mobile app.md +++ b/sources/tech/20201103 Create a list in a Flutter mobile app.md @@ -7,9 +7,9 @@ [#]: via: (https://opensource.com/article/20/11/flutter-lists-mobile-app) [#]: author: (Vitaly Kuprenko https://opensource.com/users/kooper) -Create a list in a Flutter mobile app +在Flutter移动应用程序中创建一个列表 ====== -Learn how to create Flutter app screens and pass data between them. +了解如何创建Flutter应用的界面以及如何在它们之间进行数据传递。 ![Mobile devices and collaboration leads to staring at our phones][1] Flutter is a popular open source toolkit for building cross-platform apps. In "[Create a mobile app with Flutter][2]," I demonstrated how to install [Flutter][3] on Linux and create your first app. In this article, I'll show you how to add a list of items in your app, with each item opening a new screen. This is a common design method for mobile apps, so you've probably seen it before, but here's a screenshot to help you visualize it: