리뷰 Material Components for Flutter Basics개
로드 중...
검색 결과가 없습니다.

    리뷰 Material Components for Flutter Basics개

    리뷰 1677개

    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. · 대략 3년 전에 리뷰됨

    PinkFluffyUnicorn T. · 대략 3년 전에 리뷰됨

    Bao Anh T. · 대략 3년 전에 리뷰됨

    kanishk s. · 대략 3년 전에 리뷰됨

    live server doesn't work

    DIVYESH G. · 대략 3년 전에 리뷰됨

    Annwen G. · 대략 3년 전에 리뷰됨

    Eric T. · 대략 3년 전에 리뷰됨

    Rahul K. · 대략 3년 전에 리뷰됨

    Gergely K. · 대략 3년 전에 리뷰됨

    Paulina W. · 대략 3년 전에 리뷰됨

    Al W. · 대략 3년 전에 리뷰됨

    Al W. · 대략 3년 전에 리뷰됨

    AMOGH P. · 대략 3년 전에 리뷰됨

    Cody C. · 대략 3년 전에 리뷰됨

    Lukasz P. · 대략 3년 전에 리뷰됨

    Ashutosh N. · 대략 3년 전에 리뷰됨

    Binoy K. · 대략 3년 전에 리뷰됨

    Luke T. · 대략 3년 전에 리뷰됨

    Hà Huy H. · 대략 3년 전에 리뷰됨

    Methods are outdated

    Loïc B. · 대략 3년 전에 리뷰됨

    Clive G. · 대략 3년 전에 리뷰됨

    Thomas H. · 대략 3년 전에 리뷰됨

    TARIQ H. · 대략 3년 전에 리뷰됨

    Laura T. · 대략 3년 전에 리뷰됨

    Xin T. · 대략 3년 전에 리뷰됨

    Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.