Creating Bar Charts with Flutter using charts_flutter

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

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

  • @BrknSzn
    @BrknSzn 4 года назад +3

    This is not just the charts it is also a great introduction to people with some experience on programming. Thank you

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

    You saved me, thanks !

  • @aarchiiee
    @aarchiiee 4 года назад

    Wow...short precise and well explained...good job

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

    Great job, thanks for sharing

  • @cce4solutions222
    @cce4solutions222 4 года назад

    I loved your accent & your explanation, you've got a new subscriber.

  • @danchatka8613
    @danchatka8613 4 года назад

    May I suggest that you show the widget you're discussing earlier in the video?
    After that initial showing, you can continue to progressively enrich the widget.

  • @D3_Business_Analytics
    @D3_Business_Analytics 4 года назад

    Short and sweet with clean code

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

    Lovely. Thank you very much.

  • @Mayzaf14
    @Mayzaf14 4 года назад +1

    Ugh, I was getting the bottom overflowed by infinity pixels problem and wasn't understanding why... Thank you, sir!

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

    Thank you!

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

    series.YUH

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

    Great video! Also, what theme do you use in VScode?

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

    woow it work thank you

  • @marcosradix1
    @marcosradix1 4 года назад

    do whats the programme do you use to record the screen to achieve this incredible quality ?

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

    Hi, how do you fetch data from the database to be the basis of the graph's contents? Please, I really need help.

  • @arfeenmushtaq4273
    @arfeenmushtaq4273 4 года назад

    great job; how can we add an onTab or onPressed property to each bar?

  • @LikeLuluLikeLulia
    @LikeLuluLikeLulia 4 года назад

    Hi, I got error:
    Invalid argument(s): PieChart can only render a single series
    so if I have a dynamic data, say user added a new data, and then the chart can not display again with the new data, it got the above error, how can I solve this? Thank you!

  • @bluetim6848
    @bluetim6848 4 года назад +3

    how if my data length is more than 20 and get from json?
    is it available to scroll it?

  • @myrtasz1036
    @myrtasz1036 4 года назад

    what's the difference between SubscriberChart({@required this.a, @required this.b}) and SubscriberChart(this.a, this.b)?

  • @thebaconbreadful
    @thebaconbreadful 4 года назад

    Hey there, first of all your voice sounds great! Not just the voice itself but the mixing ist crisp and clean like mixing for tutorials should be. Still I think there is room for improvement regarding another topic. The organisation of the tutorial is not as crisp as the mixing. You should concentrate on the thing you are trying to teach. No need to show us how you create a new project or delete the things which are in your main file. You could mention it on the fly and give another more indepth tutorial if you want to give help on those topics as well. Its most likely your audience already knows those things and have to skim through to get to the important bits. Otherwise nice work. Thank you.

  • @matheusnevesfeitosa3851
    @matheusnevesfeitosa3851 4 года назад

    can i use charts whit sql?

  • @syntraxify
    @syntraxify 5 лет назад

    Hi, I'm having a Problem with my IDE not knowing the class of "charts.Series" (Minute 6:23) and the same issue with "final charts.Color color;"
    import:
    import 'package:charts_flutter/flutter.dart' as charts;
    dependencies:
    charts_flutter: ^0.8.1
    could you please help me! Thanks

    • @DAB009
      @DAB009 4 года назад

      dependencies:
      charts_flutter: any
      the yaml file takes indentation or spaces very seriously.
      I hope this helps.

    • @paulhalliday
      @paulhalliday  4 года назад

      Did you get sorted Jens?

  • @hc-ec6bm
    @hc-ec6bm 3 года назад

    shouldve been better if you uploaded the source code but thanks great video great explaination.

  • @leonardoventocilla3275
    @leonardoventocilla3275 4 года назад

    Great video. Is it possible to make more videos "exploring its - chart " properties ?

    • @leonardoventocilla3275
      @leonardoventocilla3275 4 года назад

      I tried to look them up for myself but I not been able to find out (eg: increase the charts label)

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

    @required its not necesary