TOP 5 best practices to improve Flutter App Performance

แชร์
ฝัง

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

  • @prasadmusini8452
    @prasadmusini8452 3 หลายเดือนก่อน +3

    instead of pedantic
    add this code in settings.json
    "editor.codeActionsOnSave": {
    "source.fixAll": "always"
    },
    so that when we save the code dart editor automatically add the const keyword where its required

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

      I don't have this file by default (using Android Studio)

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

      @@zakblacki if you dont have create one in .vscode directory
      or if you using vs code ctrl+shift+p search for settings.json
      add the snippet

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

      Thanks for the great insight !

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

    i think very_good_analysis is a better version of pedantic

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

      Hi, thanks for the info. Will try it out soon.