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 أكثر من 3 سنوات ago

Laith R. · Reviewed أكثر من 3 سنوات ago

awesome

Dominik P. · Reviewed أكثر من 3 سنوات ago

Tiến T. · Reviewed أكثر من 3 سنوات ago

TALA A. · Reviewed أكثر من 3 سنوات ago

QASIM A. · Reviewed أكثر من 3 سنوات ago

Jay Y. · Reviewed أكثر من 3 سنوات ago

Awesome !

David Alejandro G. · Reviewed أكثر من 3 سنوات ago

LTI S. · Reviewed أكثر من 3 سنوات ago

LTI S. · Reviewed أكثر من 3 سنوات ago

ahmed r. · Reviewed أكثر من 3 سنوات 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 أكثر من 3 سنوات ago

PinkFluffyUnicorn T. · Reviewed أكثر من 3 سنوات ago

Bao Anh T. · Reviewed أكثر من 3 سنوات ago

kanishk s. · Reviewed أكثر من 3 سنوات ago

live server doesn't work

DIVYESH G. · Reviewed أكثر من 3 سنوات ago

Annwen G. · Reviewed أكثر من 3 سنوات ago

Eric T. · Reviewed أكثر من 3 سنوات ago

Rahul K. · Reviewed أكثر من 3 سنوات ago

Gergely K. · Reviewed أكثر من 3 سنوات ago

Paulina W. · Reviewed أكثر من 3 سنوات ago

Al W. · Reviewed أكثر من 3 سنوات ago

Al W. · Reviewed أكثر من 3 سنوات ago

AMOGH P. · Reviewed أكثر من 3 سنوات ago

Cody C. · Reviewed أكثر من 3 سنوات ago

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