How to make Radio Buttons in Flutter - RadioMenuButton Widget Tutorial

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

КОМЕНТАРІ • 10

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

    You did an excellent job on this tutorial. I really liked the way that you showed a single button first and then added the rest of the buttons. This made the tutorial easier to follow.

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

      Noted. Thank you for the detailed feedback.

  • @falsedamage
    @falsedamage 10 місяців тому

    THANK YOUUUUU❤❤🙏
    This video helped me find something I've been looking for, for hours😭I

  • @ParmanArxiko
    @ParmanArxiko 6 місяців тому

    i already follow the tutorial, the value already change, but the blue one on left doesn't changed when i select a radio button, what am i missed?

  • @ibrahemrafee2397
    @ibrahemrafee2397 8 місяців тому

    thank so much Like and SUB , i have a question how to change the icon Color ? thanks in advance

    • @thefluttercoach
      @thefluttercoach  8 місяців тому

      Generally, to change the color of an icon (I'm not sure which one you're referring to), you add a color property. For example:
      Icon( Icons.menu, color: Colors.red )

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

    Nice, but mine failed to work. I got the error "'The method RadioMenuButton isn't defined for the type _NameOfMyClass. Try correcting the name

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

      Make sure you have the 'flutter/material.dart' import at the top of the file.