/diary_demo_app

日記のデモアプリ

Primary LanguageDart

diary_demo_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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

アプリケーション実行

flutter run

GitHub Pages公開

1. ビルド

flutter build web --base-href "/diary_demo_app/"

2. 公開用ディレクトリに配置

rm -rf docs && mv build/web/ docs