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 yıldan fazla ago

Trần Quang H. · Reviewed 3 yıldan fazla ago

Laith R. · Reviewed 3 yıldan fazla ago

awesome

Dominik P. · Reviewed 3 yıldan fazla ago

Tiến T. · Reviewed 3 yıldan fazla ago

TALA A. · Reviewed 3 yıldan fazla ago

QASIM A. · Reviewed 3 yıldan fazla ago

Jay Y. · Reviewed 3 yıldan fazla ago

Awesome !

David Alejandro G. · Reviewed 3 yıldan fazla ago

LTI S. · Reviewed 3 yıldan fazla ago

LTI S. · Reviewed 3 yıldan fazla ago

ahmed r. · Reviewed 3 yıldan fazla 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 yıldan fazla ago

PinkFluffyUnicorn T. · Reviewed 3 yıldan fazla ago

Bao Anh T. · Reviewed 3 yıldan fazla ago

kanishk s. · Reviewed 3 yıldan fazla ago

live server doesn't work

DIVYESH G. · Reviewed 3 yıldan fazla ago

Annwen G. · Reviewed 3 yıldan fazla ago

Eric T. · Reviewed 3 yıldan fazla ago

Rahul K. · Reviewed 3 yıldan fazla ago

Gergely K. · Reviewed 3 yıldan fazla ago

Paulina W. · Reviewed 3 yıldan fazla ago

Al W. · Reviewed 3 yıldan fazla ago

Al W. · Reviewed 3 yıldan fazla ago

AMOGH P. · Reviewed 3 yıldan fazla ago

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