Material Components for Flutter Basics avis
Chargement...
Aucun résultat.

    Material Components for Flutter Basics avis

    1677 avis

    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. · Examiné il y a environ 3 ans

    PinkFluffyUnicorn T. · Examiné il y a environ 3 ans

    Bao Anh T. · Examiné il y a environ 3 ans

    kanishk s. · Examiné il y a environ 3 ans

    live server doesn't work

    DIVYESH G. · Examiné il y a environ 3 ans

    Annwen G. · Examiné il y a environ 3 ans

    Eric T. · Examiné il y a environ 3 ans

    Rahul K. · Examiné il y a environ 3 ans

    Gergely K. · Examiné il y a environ 3 ans

    Paulina W. · Examiné il y a environ 3 ans

    Al W. · Examiné il y a environ 3 ans

    Al W. · Examiné il y a environ 3 ans

    AMOGH P. · Examiné il y a environ 3 ans

    Cody C. · Examiné il y a environ 3 ans

    Lukasz P. · Examiné il y a environ 3 ans

    Ashutosh N. · Examiné il y a environ 3 ans

    Binoy K. · Examiné il y a environ 3 ans

    Luke T. · Examiné il y a environ 3 ans

    Hà Huy H. · Examiné il y a environ 3 ans

    Methods are outdated

    Loïc B. · Examiné il y a environ 3 ans

    Clive G. · Examiné il y a environ 3 ans

    Thomas H. · Examiné il y a environ 3 ans

    TARIQ H. · Examiné il y a environ 3 ans

    Laura T. · Examiné il y a environ 3 ans

    Xin T. · Examiné il y a environ 3 ans

    Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.