Material Components for Flutter Basics のレビュー

Material Components for Flutter Basics のレビュー

1648 件のレビュー

Amelia Puteri · 3年弱前にレビュー済み

Bosch Jose · 3年弱前にレビュー済み

Great content. But not amazing coding experience using the built-in IDE as the network connection is horrible based in China.

Li Amy · 3年弱前にレビュー済み

Chouikh Mohamed Ali · 3年弱前にレビュー済み

Tahat Ayah · 3年弱前にレビュー済み

Alshiekh Qasem Saeed · 3年弱前にレビュー済み

Chouikh Younes · 3年弱前にレビュー済み

Duy Do Tran Nhat · 3年弱前にレビュー済み

Drozdz Artur · 3年弱前にレビュー済み

Hợp Trần Quang · 3年弱前にレビュー済み

R. Laith · 3年弱前にレビュー済み

awesome

Paszek Dominik · 3年弱前にレビュー済み

Tôn Thất Tiến · 3年弱前にレビュー済み

AL ZAGHAL TALA · 3年弱前にレビュー済み

ALNASER QASIM · 3年弱前にレビュー済み

Yeo Jay · 3年弱前にレビュー済み

Awesome !

Garcia Sanchez David Alejandro · 3年弱前にレビュー済み

Signin LTI · 3年弱前にレビュー済み

Signin LTI · 3年弱前にレビュー済み

rahali ahmed · 3年弱前にレビュー済み

not everything worked. // TODO: Make a collection of cards (102) // Replace this entire method List<Card> _buildGridCards(BuildContext context) { List<Product> products = ProductsRepository.loadProducts(Category.all); if (products == null || products.isEmpty) { return const <Card>[]; } final ThemeData theme = Theme.of(context); final NumberFormat formatter = NumberFormat.simpleCurrency( locale: Localizations.localeOf(context).toString()); return products.map((product) { return Card( clipBehavior: Clip.antiAlias, // TODO: Adjust card heights (103) child: Column( // TODO: Center items on the card (103) crossAxisAlignment: CrossAxisAlignment.start, children: <Widget>[ AspectRatio( aspectRatio: 18 / 11, child: Image.asset( product.assetName, package: product.assetPackage, // TODO: Adjust the box size (102) fit: BoxFit.fitWidth, ), ), Expanded( child: Padding( padding: EdgeInsets.fromLTRB(16.0, 12.0, 16.0, 8.0), child: Column( // TODO: Align labels to the bottom and center (103) crossAxisAlignment: CrossAxisAlignment.start, // TODO: Change innermost Column (103) children: <Widget>[ // TODO: Handle overflowing labels (103) Text( product.name, style: theme.textTheme.headline6, maxLines: 1, ), SizedBox(height: 8.0), Text( formatter.format(product.price), style: theme.textTheme.subtitle2, ), ], ), ), ), ], ), ); }).toList(); } didn'T work

Kochendörfer Michael · 3年弱前にレビュー済み

Together forever PinkFluffyUnicorn · 3年弱前にレビュー済み

Tran Bao Anh · 3年弱前にレビュー済み

singh kanishk · 3年弱前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。