Material Components for Flutter Basics Rezensionen

Material Components for Flutter Basics Rezensionen

1648 Rezensionen

Puteri A. · Vor fast 3 Jahre überprüft

Jose B. · Vor fast 3 Jahre überprüft

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

Amy L. · Vor fast 3 Jahre überprüft

Mohamed Ali C. · Vor fast 3 Jahre überprüft

Ayah T. · Vor fast 3 Jahre überprüft

Saeed A. · Vor fast 3 Jahre überprüft

Younes C. · Vor fast 3 Jahre überprüft

Do Tran Nhat D. · Vor fast 3 Jahre überprüft

Artur D. · Vor fast 3 Jahre überprüft

Trần Quang H. · Vor fast 3 Jahre überprüft

Laith R. · Vor fast 3 Jahre überprüft

awesome

Dominik P. · Vor fast 3 Jahre überprüft

Tiến T. · Vor fast 3 Jahre überprüft

TALA A. · Vor fast 3 Jahre überprüft

QASIM A. · Vor fast 3 Jahre überprüft

Jay Y. · Vor fast 3 Jahre überprüft

Awesome !

David Alejandro G. · Vor fast 3 Jahre überprüft

LTI S. · Vor fast 3 Jahre überprüft

LTI S. · Vor fast 3 Jahre überprüft

ahmed r. · Vor fast 3 Jahre überprüft

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. · Vor fast 3 Jahre überprüft

PinkFluffyUnicorn T. · Vor fast 3 Jahre überprüft

Bao Anh T. · Vor fast 3 Jahre überprüft

kanishk s. · Vor fast 3 Jahre überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.