Material Components for Flutter Basics avaliações
Carregando...
Nenhum resultado encontrado.

Google Cloud Ensina

Aplique suas habilidades no console do Google Cloud

Material Components for Flutter Basics avaliações

1765 avaliações

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

Artur D. · Revisado há over 3 years

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

Laith R. · Revisado há over 3 years

awesome

Dominik P. · Revisado há over 3 years

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

TALA A. · Revisado há over 3 years

QASIM A. · Revisado há over 3 years

Jay Y. · Revisado há over 3 years

Awesome !

David Alejandro G. · Revisado há over 3 years

LTI S. · Revisado há over 3 years

LTI S. · Revisado há over 3 years

ahmed r. · Revisado há over 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á over 3 years

PinkFluffyUnicorn T. · Revisado há over 3 years

Bao Anh T. · Revisado há over 3 years

kanishk s. · Revisado há over 3 years

live server doesn't work

DIVYESH G. · Revisado há over 3 years

Annwen G. · Revisado há over 3 years

Eric T. · Revisado há over 3 years

Rahul K. · Revisado há over 3 years

Gergely K. · Revisado há over 3 years

Paulina W. · Revisado há over 3 years

Al W. · Revisado há over 3 years

Al W. · Revisado há over 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.