Animated Gradient Border with GLOW in Flutter

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 8

  • @TheDevLogger
    @TheDevLogger  7 місяців тому +2

    Thank you for watching! What other contents you be interested in?

  • @xeooox
    @xeooox Місяць тому

    Really nice explanation.

  • @vchib1
    @vchib1 Місяць тому +1

    thanks man, very nice and detailed tutorial
    and anyone wants to animate only the border, use transform property and you can use the controller directly. No need to create TweenSequence.
    gradient: LinearGradient(
    transform: GradientRotation(controller.value * 2 * pi),
    colors: const [Colors.red, Colors.blue],
    ),

  • @_.a_b_h_i.__6713
    @_.a_b_h_i.__6713 5 місяців тому +2

    can i get the code for this??

  • @choyi_gg
    @choyi_gg 7 місяців тому

    "8 days ago", great timing I needed it just now, thanks a lot.

    • @TheDevLogger
      @TheDevLogger  7 місяців тому

      no problem! I needed this too so decided to make a video about it haha

  • @tityseptiani8584
    @tityseptiani8584 3 місяці тому

    Really great tutorial! What if I want the glow or the spread to be inward instead of outward? Like inside the box

  • @bevin77
    @bevin77 5 місяців тому

    ❤❤❤ thanks you brother