Don’t MISS these Features | Flutter Production Tips

Sdílet
Vložit
  • čas přidán 13. 09. 2024

Komentáře • 18

  • @CodeXdev
    @CodeXdev  Před měsícem +4

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

  • @devzeeshan3637
    @devzeeshan3637 Před měsícem +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 Před měsícem +2

    Thanks

  • @Aali.258
    @Aali.258 Před měsícem +1

    thanks for these helpful tips

  • @pravinpalkonda8447
    @pravinpalkonda8447 Před měsícem

    Informative.

  • @manoharacharyasakec
    @manoharacharyasakec Před měsícem

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

  • @Faizan-mb2lm
    @Faizan-mb2lm Před měsícem +1

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

    • @CodeXdev
      @CodeXdev  Před měsícem

      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 Před měsícem

      @@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  Před měsícem +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 Před měsícem

      @@CodeXdev yeah

  • @devzeeshan3637
    @devzeeshan3637 Před měsícem +1

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

  • @aayushpaigwar27
    @aayushpaigwar27 Před měsícem

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

    • @CodeXdev
      @CodeXdev  Před měsícem +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 Před měsícem

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