/flutter_app_store

使用flutter 实现 AppStore 详情页

Primary LanguageDartMIT LicenseMIT

flutter_app_store

使用flutter 实现 AppStore 详情页

A new Flutter project.

pubspec.yaml

# 网络请求
  dio: ^4.0.4 
  # 日期处理
  date_format: ^2.0.5
  # 图片缩小放大
  photo_view: ^0.13.0
  # Dart常用工具类库:包含日期,正则,倒计时,时间轴
  common_utils: ^2.0.0
  # 五星评分
  flutter_rating_bar: ^4.0.0

技术点

  • dio 网络请求

  • 多行文字自动换行

  • 网络图片的加载(Image.network(url))

  • PhotoPreview多图组件预览显示

  • ListView.builder的使用

  • TabBarView + DefaultTabController 的结合使用

  • ClipRRect剪切圆角图片

  • 评分组件的使用

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.