关于“Material Components for Flutter Basics”的评价

关于“Material Components for Flutter Basics”的评价

评论

Puteri A. · 评论almost 3 years之前

Jose B. · 评论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. · 评论almost 3 years之前

Mohamed Ali C. · 评论almost 3 years之前

Ayah T. · 评论almost 3 years之前

Saeed A. · 评论almost 3 years之前

Younes C. · 评论almost 3 years之前

Do Tran Nhat D. · 评论almost 3 years之前

Artur D. · 评论almost 3 years之前

Trần Quang H. · 评论almost 3 years之前

Laith R. · 评论almost 3 years之前

awesome

Dominik P. · 评论almost 3 years之前

Tiến T. · 评论almost 3 years之前

TALA A. · 评论almost 3 years之前

QASIM A. · 评论almost 3 years之前

Jay Y. · 评论almost 3 years之前

Awesome !

David Alejandro G. · 评论almost 3 years之前

LTI S. · 评论almost 3 years之前

LTI S. · 评论almost 3 years之前

ahmed r. · 评论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. · 评论almost 3 years之前

PinkFluffyUnicorn T. · 评论almost 3 years之前

Bao Anh T. · 评论almost 3 years之前

kanishk s. · 评论almost 3 years之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。