리뷰 Material Components for Flutter Basics개
로드 중...
검색 결과가 없습니다.

Google Cloud Skills Boost

Google Cloud 콘솔에서 기술 적용

리뷰 Material Components for Flutter Basics개

리뷰 1763개

Trần Quang H. · 3년 초과 전에 리뷰됨

Laith R. · 3년 초과 전에 리뷰됨

awesome

Dominik P. · 3년 초과 전에 리뷰됨

Tiến T. · 3년 초과 전에 리뷰됨

TALA A. · 3년 초과 전에 리뷰됨

QASIM A. · 3년 초과 전에 리뷰됨

Jay Y. · 3년 초과 전에 리뷰됨

Awesome !

David Alejandro G. · 3년 초과 전에 리뷰됨

LTI S. · 3년 초과 전에 리뷰됨

LTI S. · 3년 초과 전에 리뷰됨

ahmed r. · 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

Michael K. · 3년 초과 전에 리뷰됨

PinkFluffyUnicorn T. · 3년 초과 전에 리뷰됨

Bao Anh T. · 3년 초과 전에 리뷰됨

kanishk s. · 3년 초과 전에 리뷰됨

live server doesn't work

DIVYESH G. · 3년 초과 전에 리뷰됨

Annwen G. · 3년 초과 전에 리뷰됨

Eric T. · 3년 초과 전에 리뷰됨

Rahul K. · 3년 초과 전에 리뷰됨

Gergely K. · 3년 초과 전에 리뷰됨

Paulina W. · 3년 초과 전에 리뷰됨

Al W. · 3년 초과 전에 리뷰됨

Al W. · 3년 초과 전에 리뷰됨

AMOGH P. · 3년 초과 전에 리뷰됨

Cody C. · 3년 초과 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.