Exploring Rive | Observable Flutter #51

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2024

Комментарии • 11

  • @trainofthought5733
    @trainofthought5733 Месяц назад

    fyi you go from start to the idle state and then you conditionally switch between hover state and idle state based on the boolean

  • @parkjaehyung6879
    @parkjaehyung6879 Месяц назад

    thx

  • @OgakDev
    @OgakDev Месяц назад

    I used to add Rive to my app animation, but the app size become bigger, and then back to use lottie.

    • @hyungtaecf
      @hyungtaecf Месяц назад

      Use Rive only if you are planning to do something more complex, like mixing animations. Things you cannot do with lottie

  • @saibotblack
    @saibotblack Месяц назад +11

    1 hour 40 minutes just for a button?!?!

    • @justinasbei
      @justinasbei Месяц назад +1

      It's not just about the button, but about overcoming obstacles and moving forward.

  • @fille.imgnry
    @fille.imgnry Месяц назад

    Why cant the const keyword automatically be added where it would be possible? Is it possible to place a const keyword where it can be placed, but it would make the behaviour wrong? If not, it should be moved into the compile step or something.

    • @laamstech
      @laamstech Месяц назад

      Dart linter automatically does that. If const keywords are not automatically added, then, perhaps change your linter setup and editor settings.

    • @fille.imgnry
      @fille.imgnry Месяц назад

      @@laamstech but as shown in this video, it can get annoying when something in a child to that widget changes and that const is not allowed any more then it is not removed. Or are you saying that the linter handles removal as well?

  • @EpydemicZero
    @EpydemicZero Месяц назад

    Hahahahahaha

  • @just4flutter
    @just4flutter Месяц назад +6

    I swear you wasted my time, friend.