Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

50 lines (27 loc) · 1.18 KB

blog_app

A new Flutter project.

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.

TODOs

  • Home page.

  • Post list page.

  • Post detail page.

  • Music page.

  • Search page.

  • Customer feedback page.

  • Dark and light theme.

  • Internationalization and localization(Japanese, Simplified Chinese, Traditional Chinese, English).

  • Behavior analytics by Firebase.

  • Performance monitoring by Firebase.

  • Error and Crashlytics monitoring by Firebase.

  • App push strategy by Firebase.

Recipes

编译 iOS 时控制台报大量 expected angle-bracketed instead

在 xcode 中将 Pods > Build Setting 的 Quoted Include In Framework Header 设为 No 即可.

使用 vscode 的插件 vscode-flutter-i18n-json 生成 i18n 文件