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

1764 reviews

Artur D. · Reviewed מעל 3 שנים ago

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

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