ken1flan / uchi_sake

家で飲んだお酒をメモするFlutter製スマホアプリ。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uchi_sake

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.

開発

セットアップ

Flutter

Flutterを参照してください。

Isarのインストール

手元の環境でテストを動かすためにはIsarのコアライブラリをダウンロードする必要があります。

MacOS

テストのセットアップスクリプトを参考に、プロジェクトルートにライブラリのバイナリをコピーしてきます。

core_version=`cat .isar_version`
github="https://github.com/isar/isar-core/releases/download/${core_version}"
curl "${github}/libisar_macos.dylib" -o ./libisar.dylib --create-dirs -L

About

家で飲んだお酒をメモするFlutter製スマホアプリ。


Languages

Language:Dart 58.8%Language:C++ 21.0%Language:CMake 10.2%Language:HTML 5.7%Language:Ruby 1.7%Language:C 0.9%Language:CSS 0.7%Language:Swift 0.5%Language:JavaScript 0.2%Language:Kotlin 0.2%Language:Objective-C 0.0%