Skip to content

kktaro/melos_sample

Repository files navigation

Melos Sample App

A Sample App using Melos.

Melos ducument

This App comprises:

  • Multi package structure using Melos
  • A basic UI showing, increasing and decreasing the counter

Dependencies

as Image... dependencies

as Json...

{
  "count": [
    "model",
    "testing"
  ],
  "download": [
    "testing"
  ],
  "main": [
    "count",
    "model",
    "ui",
    "download",
    "testing"
  ],
  "melos_sample_app": [
    "main",
    "model",
    "ui",
    "count"
  ],
  "model": [],
  "testing": [],
  "ui": [
    "model"
  ]
}

Installation

  1. If you do not have Melos or FVM installed, you need to install them first.

  2. Clone the repository:

    git clone https://github.com/kktaro/melos_sample.git
  3. Install Flutter SDK for FVM:

    fvm install
  4. Run melos bootstrap:

    melos bootstrap

    or

    melos bs
  5. Run Flutter app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published