Material Components for Flutter Basics avaliações

Material Components for Flutter Basics avaliações

1648 avaliações

Puteri A. · Revisado há almost 3 years

Jose B. · Revisado há almost 3 years

Great content. But not amazing coding experience using the built-in IDE as the network connection is horrible based in China.

Amy L. · Revisado há almost 3 years

Mohamed Ali C. · Revisado há almost 3 years

Ayah T. · Revisado há almost 3 years

Saeed A. · Revisado há almost 3 years

Younes C. · Revisado há almost 3 years

Do Tran Nhat D. · Revisado há almost 3 years

Artur D. · Revisado há almost 3 years

Trần Quang H. · Revisado há almost 3 years

Laith R. · Revisado há almost 3 years

awesome

Dominik P. · Revisado há almost 3 years

Tiến T. · Revisado há almost 3 years

TALA A. · Revisado há almost 3 years

QASIM A. · Revisado há almost 3 years

Jay Y. · Revisado há almost 3 years

Awesome !

David Alejandro G. · Revisado há almost 3 years

LTI S. · Revisado há almost 3 years

LTI S. · Revisado há almost 3 years

ahmed r. · Revisado há almost 3 years

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. · Revisado há almost 3 years

PinkFluffyUnicorn T. · Revisado há almost 3 years

Bao Anh T. · Revisado há almost 3 years

kanishk s. · Revisado há almost 3 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.