Material Components for Flutter Basics Reviews
Loading...
No results found.

Google Cloud Skills Boost

Apply your skills in Google Cloud console

Material Components for Flutter Basics Reviews

1763 reviews

Trần Quang H. · Reviewed over 3 years ago

Laith R. · Reviewed over 3 years ago

awesome

Dominik P. · Reviewed over 3 years ago

Tiến T. · Reviewed over 3 years ago

TALA A. · Reviewed over 3 years ago

QASIM A. · Reviewed over 3 years ago

Jay Y. · Reviewed over 3 years ago

Awesome !

David Alejandro G. · Reviewed over 3 years ago

LTI S. · Reviewed over 3 years ago

LTI S. · Reviewed over 3 years ago

ahmed r. · Reviewed over 3 years ago

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. · Reviewed over 3 years ago

PinkFluffyUnicorn T. · Reviewed over 3 years ago

Bao Anh T. · Reviewed over 3 years ago

kanishk s. · Reviewed over 3 years ago

live server doesn't work

DIVYESH G. · Reviewed over 3 years ago

Annwen G. · Reviewed over 3 years ago

Eric T. · Reviewed over 3 years ago

Rahul K. · Reviewed over 3 years ago

Gergely K. · Reviewed over 3 years ago

Paulina W. · Reviewed over 3 years ago

Al W. · Reviewed over 3 years ago

Al W. · Reviewed over 3 years ago

AMOGH P. · Reviewed over 3 years ago

Cody C. · Reviewed over 3 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.