? 课程AppUI

一个用 Flutter 制作的极简课程 App 设计

? 页面包含

  • 验证OTP码页面
  • 主页
  • 课程详情页面

? 安装

dependencies:
  flutter:
    sdk: flutter
  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.2
  google_fonts: ^3.0.1

? 入门

  1. 克隆此项目 || 从 GitHub 下载压缩文件
  2. 在终端运行 flutter pub get
  3. 在 Web 或模拟器中运行项目

? 截图

Main Screen

Main Screen

Main Screen

Main Screen

Main Screen

GitHub

查看 Github