---
description: A tool for managing Dart projects with multiple packages.
---

<Image
  src="https://static.invertase.io/assets/melos-logo.png"
  alt="Melos"
  zoom={false}
  caption="A tool for managing Dart projects with multiple packages."
/>

## About

Melos is a [CLI](https://en.wikipedia.org/wiki/Command-line_interface) tool used
to help manage Dart projects with multiple packages (also known as mono-repos).
It is in active development and is in use on projects such as
[FlutterFire](https://github.com/firebase/flutterfire).

Splitting up large code bases into separate independently versioned packages is
extremely useful for code sharing. However, making changes across many
repositories is messy and difficult to track, and testing across repositories
gets complicated. Melos helps solve these issues by allowing multiple packages
to work together within one repository, whilst being totally independent of each
other. Features include:

- Automatic versioning & changelog generation.
- Automated publishing of packages to pub.dev.
- Local package linking and installation.
- Executing simultaneous commands across packages.
- Listing of local packages & their dependencies.

Melos also works great on CI/CD environments to help automate complex tasks and
challenges. If you're using GitHub you can check out the
[Melos GitHub Action](https://github.com/bluefireteam/melos-action).

## Projects using Melos

The following projects are using Melos:

- [firebase/flutterfire](https://github.com/firebase/flutterfire)
- [Flame-Engine/Flame](https://github.com/flame-engine/flame)
- [fluttercommunity/plus_plugins](https://github.com/fluttercommunity/plus_plugins)
- [GetStream/stream-chat-flutter](https://github.com/GetStream/stream-chat-flutter)
- [canonical/ubuntu-desktop-provision](https://github.com/canonical/ubuntu-desktop-provision)
- [ubuntu/app-center](https://github.com/ubuntu/app-center)
- [4itworks/opensource_qwkin_dart](https://github.com/4itworks/opensource_qwkin_dart)
- [gql-dart/ferry](https://github.com/gql-dart/ferry)
- [cbl-dart/cbl-dart](https://github.com/cbl-dart/cbl-dart)
- [ema987/paddinger](https://github.com/ema987/paddinger)
- [flutter-stripe/flutter_stripe](https://github.com/flutter-stripe/flutter_stripe)
- [kmartins/groveman](https://github.com/kmartins/groveman)
- [ApptiveGrid/apptive_grid_flutter](https://github.com/ApptiveGrid/apptive_grid_flutter)
- [flutternetwork/WiFiFlutter](https://github.com/flutternetwork/WiFiFlutter)
- [iapicca/yak_packages](https://github.com/iapicca/yak_packages)
- [atsign-foundation/at_mono](https://github.com/atsign-foundation/at_mono)
- [sub6resources/flutter_html](https://github.com/sub6resources/flutter_html)
- [ferraridamiano/ConverterNOW](https://github.com/ferraridamiano/ConverterNOW)
- [rrifafauzikomara/youtube_video](https://github.com/rrifafauzikomara/youtube_video)
- [NetGlade/auto_mappr](https://github.com/netglade/auto_mappr)
- [myConsciousness/atproto.dart](https://github.com/myConsciousness/atproto.dart)
- [GrowERP Flutter ERP](https://github.com/growerp/growerp)
- [mrverdant13/coverde](https://github.com/mrverdant13/coverde)
- [woltapp/wolt_modal_sheet](https://github.com/woltapp/wolt_modal_sheet)
- [cfug/dio](https://github.com/cfug/dio)
- [simolus3/drift](https://github.com/simolus3/drift)
- [Lyokone/flutterlocation](https://github.com/Lyokone/flutterlocation)
- [FlutterGen/flutter_gen](https://github.com/FlutterGen/flutter_gen)
- [heftapp/graphql_codegen](https://github.com/heftapp/graphql_codegen)
- [leonardocustodio/polkadart](https://github.com/leonardocustodio/polkadart)
- [powersync/powersync.dart](https://github.com/powersync-ja/powersync.dart)
- [foss42/apidash](https://github.com/foss42/apidash)
- [ReactiveX/rxdart](https://github.com/ReactiveX/rxdart)
- [StacDev/stac](https://github.com/StacDev/stac)
- [Jaspr](https://github.com/schultek/jaspr)
- [starknet.dart](https://github.com/focustree/starknet.dart)
- [flyerhq/flutter_chat_ui](https://github.com/flyerhq/flutter_chat_ui)
- [maplibre/flutter-maplibre-gl](https://github.com/maplibre/flutter-maplibre-gl)
- [Khuwn-Soulutions/supabase_codegen](https://github.com/Khuwn-Soulutions/supabase_codegen)
- [G1Joshi/Booking-App](https://github.com/G1Joshi/Booking-App)

<Info>

Submit a PR if you'd like to add your project to the list. Update the
[README.md](https://github.com/invertase/melos/edit/main/packages/melos/README.md)
and the [docs](https://github.com/invertase/melos/edit/main/docs/index.mdx).

You can also add a [README badge](/#README-badge) to your projects README to let
others know about Melos 💙.

</Info>

## README Badge

Using Melos? Add a README badge to show it off:

[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)

```markdown
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)
```

## License

See [LICENSE](https://github.com/invertase/melos/blob/main/LICENSE) for more
information.
