Skip to content

linkalls/earthquake

Repository files navigation

earthquake

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.

  1. PowerShell での設定:
    • PowerShell を使用している場合、以下のコマンドを実行して環境変数を設定します。
      $env:JAVA_HOME="C:\Program Files\jdk-17.0.2"
      $env:Path="$env:JAVA_HOME\bin;$env:Path"

これで Java 17 が正しく設定されているはずです。再度 Gradle ビルドを試みてください。

dart run build_runner build --delete-conflicting-outputs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published