Material Components for Flutter Basics のレビュー
読み込んでいます...
一致する結果は見つかりませんでした。

Google Cloud Skills Boost

Google Cloud コンソールでスキルを試す

Material Components for Flutter Basics のレビュー

1763 件のレビュー

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年以上前にレビュー済み

live server doesn't work

GAMI DIVYESH · 3年以上前にレビュー済み

Gammon Annwen · 3年以上前にレビュー済み

Tang Eric · 3年以上前にレビュー済み

K Rahul · 3年以上前にレビュー済み

Kun Gergely · 3年以上前にレビュー済み

Wcisło Paulina · 3年以上前にレビュー済み

West Al · 3年以上前にレビュー済み

West Al · 3年以上前にレビュー済み

PATEL AMOGH · 3年以上前にレビュー済み

Cox Cody · 3年以上前にレビュー済み

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