Flutter Tutorial - Pie Chart - FLChart

Поделиться
HTML-код
  • Опубликовано: 12 июн 2024
  • Structure your data in pie charts within your Flutter app.
    Click here to Subscribe to Johannes Milke: ruclips.net/user/JohannesMilke...
    - Source Code: github.com/JohannesMilke/fl_p...
    - Buy My Courses: johannesmilke.teachable.com/p...
    - Follow Twitter: intent/follow?ori...
    Resources:
    FLChart Plugin: pub.dev/packages/fl_chart
    Bar Chart Tutorial: • Flutter Tutorial - Bar...
    Line Chart Tutorial: • Flutter Tutorial - Lin...
    -- JOIN THE CREW --
    bit.ly/JohannesMilke
    SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS
    *********
    SOCIAL MEDIA: Follow Me :-)
    - Twitter: intent/follow?ori...
    - Linkedin: / johannesmilke
    - Github: github.com/JohannesMilke
    PLAYLISTS
    - All Flutter Videos: • Flutter Tutorial - Tex...
    - Widgets - Flutter: • Flutter Tutorial - Sel...
    - Plugins - Flutter: • Local Push Notificatio...
    - Animations - Flutter: • #12 - Flutter Advent -...
    - Designs - Flutter: • Flutter - Screen Desig...
    If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)
    bit.ly/JohannesMilke
    CREDITS
    Copyright song "Corporate Technology" by scottholmesmusic.com
    #Flutter #Tutorial #JohannesMilke
    LIKE & SHARE & ACTIVATE THE BELL
    Thanks For Watching :-)
  • НаукаНаука

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

  • @Er.MeetPatel
    @Er.MeetPatel 2 года назад +2

    Thank you so much for such an amazing video. It was very helpful to me.

    • @Er.MeetPatel
      @Er.MeetPatel 2 года назад +1

      @@HeyFlutter there are a few changes we have to do as it has been updated. It would be wonderful if you come with a new updated version. Thank you.

  • @mercatellineto
    @mercatellineto 3 года назад +1

    Amazing! I need a "linear pie chart" like a line divided in 4 percentages with different colors. Do you know any widget like this?

  • @muneebshahzad1335
    @muneebshahzad1335 2 года назад

    You have skill how to teach others

    • @HeyFlutter
      @HeyFlutter  2 года назад

      Thank you, Muneeb Shahzad! 🙂

  • @m.merugames
    @m.merugames 2 года назад +1

    Hi!, Great video! I loved it.
    I have a question, I want to integrate firestore data with that PieChart, but the problem is that everytime I use the touch function my setstate gets triggered and that refreshes even my StreamBuilder where I get the data from firestore. I am using a StreamBuilder with the build set to create the PieChart because I have no idea how else to store the data and listen to changes on the data and at the same time have the touch functionality of the piechart. I know I should somehow separate the StreamBuilder and the PieChart but I don't know how.
    Could you help me if you have any idea on how to combine this? also if you have any resources like videos or tutorials I could follow I would really appreciate it.
    Thanks again for the great video!

  • @faqruddinmohammad1411
    @faqruddinmohammad1411 2 года назад +1

    Great job. Could you please make fl line and pie chart data from json url based apis. It would be great help or share any refrenece. Thank you.

  • @joseignaciosantamariacerda6391
    @joseignaciosantamariacerda6391 3 года назад +1

    good video, it helped me too much, thank you very much for everything!

  • @saitejd8108
    @saitejd8108 3 года назад

    Hey, how can I make the piechart builds infront animated when I open that page?

  • @AshokKumar-mn7wx
    @AshokKumar-mn7wx 2 года назад

    Hello is there any option to add drilldown on piechart in flutter like we have highcharts drilldown in android

  • @mruduladdipalli5417
    @mruduladdipalli5417 3 года назад

    can we reduce padding between bar graph and its border, like I wanted to show colors listing beside the pie chart

    • @mruduladdipalli5417
      @mruduladdipalli5417 3 года назад

      @@HeyFlutter , Thanks Johannes, I re watched the video , and I found out the solution from your video and successfully created my first flutter app called "eXpense Tracker" , all analytics part in my app are build because of your videos, Thanks for doing such great research and making video on them.

  • @decepticonWave
    @decepticonWave Год назад

    Thanks so much. Do you know how to add a tooltip to the pie chart ???

    • @HeyFlutter
      @HeyFlutter  Год назад

      Thank You Star Scream! Follow this link: help.syncfusion.com/flutter/sfcircularchart/tooltip
      I hope you will get your answer 🙂

  • @rawhaosman2099
    @rawhaosman2099 3 года назад

    your video was very helpful for me, but i want chart's data to be dynamic not fixed or static[Data class]. really iam tried so hard can you help me please
    and thank you again

    • @shashanksm6327
      @shashanksm6327 2 года назад

      Use any State Management like Bloc using which you can easily manage the state and change chart's data dynamically

  • @betahero4828
    @betahero4828 Год назад

    hi, great videos, can you make example with firebase data?

  • @rafiksiddique3826
    @rafiksiddique3826 Год назад

    How to dynamic SfCircularChart?

    • @HeyFlutter
      @HeyFlutter  Год назад

      Hey, @rafiksiddique3826 🙂 Please follow the documentation URL: pub.dev/packages/syncfusion_flutter_charts to learn in deep

  • @oldmen2544
    @oldmen2544 3 года назад

    How can I retrive firestore data in this pie chart??🙄

    • @BROSHEND
      @BROSHEND 3 года назад

      can you give sample for firestore data in this pie chat johannes?

  • @enes5111
    @enes5111 3 года назад

    Can I get the name and percent values ​​from another array on the piedata.dart page