Don’t MISS these Features | Flutter Production Tips

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024

ความคิดเห็น • 18

  • @CodeXdev
    @CodeXdev  หลายเดือนก่อน +4

    Hit LIKE if you learned something new, comment which tip you haven't implemented yet! 🚀

  • @devzeeshan3637
    @devzeeshan3637 หลายเดือนก่อน +2

    Thansk for the video,just a suggestion,Instead of analytics we can use mix panel and instead of chrashmalytics we can use sentryx as both are adavnce and very detailed tools now a days.😀

  • @h3w45
    @h3w45 หลายเดือนก่อน +2

    Thanks

  • @Aali.258
    @Aali.258 หลายเดือนก่อน +1

    thanks for these helpful tips

    • @CodeXdev
      @CodeXdev  หลายเดือนก่อน

      Glad you like them!

  • @pravinpalkonda8447
    @pravinpalkonda8447 หลายเดือนก่อน

    Informative.

  • @Faizan-mb2lm
    @Faizan-mb2lm หลายเดือนก่อน +1

    I want to learn how to write native code in kotlin. For that does i need to learn native development completely?

    • @CodeXdev
      @CodeXdev  หลายเดือนก่อน

      No, if it’s just about one functionality then you can use ChatGPT to explain code for you. And just move on!

    • @Faizan-mb2lm
      @Faizan-mb2lm หลายเดือนก่อน

      @@CodeXdev Yeah, i used gpt in my recent project.
      I want to implement a feature like at scheduled time my device automatically turn on do not disturb, mode with media volume to zero same like alarms are scheduled. Should i write platform specific code for that or is there any library that can help me

    • @CodeXdev
      @CodeXdev  หลายเดือนก่อน +1

      I think Native implementation is good fit, Android has its own way to handle time based events, services and receivers.

    • @Faizan-mb2lm
      @Faizan-mb2lm หลายเดือนก่อน

      @@CodeXdev yeah

  • @devzeeshan3637
    @devzeeshan3637 หลายเดือนก่อน +1

    And who is the guys in the thumbnail afzal bhai?😅

    • @CodeXdev
      @CodeXdev  หลายเดือนก่อน +1

      slimmer version of me, made with AI. :)

    • @devzeeshan3637
      @devzeeshan3637 หลายเดือนก่อน

      @@CodeXdev hehe cool

  • @manoharacharyasakec
    @manoharacharyasakec หลายเดือนก่อน

    by origin are you an Indian and if yes where do you work and what exactly is your role?

  • @aayushpaigwar27
    @aayushpaigwar27 หลายเดือนก่อน

    Tried using SVG, but the app lags when used in a ListView or GridView

    • @CodeXdev
      @CodeXdev  หลายเดือนก่อน +1

      Absolutely, SVG needs path rendering and using directly in ListView will cause performance trade.
      I would suggest to use SVG icon if really needed

    • @aayushpaigwar27
      @aayushpaigwar27 หลายเดือนก่อน

      @@CodeXdev and what should I use in listviews for good performance