Melos - Manage monorepos in Flutter and Dart

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 10

  • @Rekubot
    @Rekubot Рік тому +2

    Great walkthrough and workspace setup, thanks!

  • @mibi2007
    @mibi2007 Рік тому +1

    Cool, thank you :)

  • @rozpodev
    @rozpodev Рік тому

    Thanks! 😌

  • @charankatta
    @charankatta Рік тому +1

    thats a cool keyboard, which one is it !?

    • @LukasKlingsbo
      @LukasKlingsbo Рік тому

      Thanks, It's called Dactyl Manuform :)

  • @nicky561
    @nicky561 Рік тому

    Did u got the reason why the Feature commit doesn’t increased the minor version?
    Great video by the way - I will try it by myself

    • @nicky561
      @nicky561 Рік тому +1

      Ok maybe I have to watch the end of a video 😂

  • @aizuddineismail
    @aizuddineismail Рік тому

    I have a question.
    Imagine I have a project structure like yours, melos_apps and melos_dependency (version: 1.1.0).
    Is it possible for melos_apps to depend on version 1.0.0, instead of the latest version, 1.1.0

    • @FlutterNFriends
      @FlutterNFriends 8 місяців тому +1

      Yes, it needs to be published though, otherwise you have to depend on a git ref.
      If it is published, just put 1.0.0 in the pubspec, without a caret (^).