Automate Flutter Build and Release Using Github Actions | Flutter Automation

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

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

  • @irohitkelkar
    @irohitkelkar 2 ปีที่แล้ว +3

    Very detailed explanation for beginners trying to setup CI/CD. Kudos

  • @iknowishare-9705
    @iknowishare-9705 6 หลายเดือนก่อน

    You are amazing. after following your instructions.
    Now I successfully deployed android and iOS to my rep 😊🙏

  • @AkashYadav-pq6de
    @AkashYadav-pq6de 3 ปีที่แล้ว +2

    Informative & very well explained.

    • @Codetuber
      @Codetuber  3 ปีที่แล้ว

      Thank you 😊

  • @kevinvishal9071
    @kevinvishal9071 3 ปีที่แล้ว +1

    Point to point explanation 🌟🌟. Thank you so much 👍

    • @Codetuber
      @Codetuber  3 ปีที่แล้ว

      Glad it helped 😊

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

    Good Work👍

  • @ahmedmaher-ez9xt
    @ahmedmaher-ez9xt 3 ปีที่แล้ว +1

    thanks for the great info . helped me so much ^_^ thanks

  • @ModernMonk30
    @ModernMonk30 2 ปีที่แล้ว +2

    can you please make a video that how do we connect the playstore's app to the release of github repo so that whenever a new release is build, that build will automatically pushed as a new update to the playstore's app

  • @SamiraHuber-o3p
    @SamiraHuber-o3p ปีที่แล้ว +1

    How to handle it when I have a .env file in my repository? I cannot push this to the repo and this gives me an error

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

      bro did you got any solution for this

    • @Mira.travels
      @Mira.travels หลายเดือนก่อน

      @@harshitkhandelwal9983 Sadly no :/ but I think there is some options to save the parameters on github. But I didn't look deeper into it anymore.

  • @ashrafmakandar3370
    @ashrafmakandar3370 3 ปีที่แล้ว +2

    Thanks for uploading such rare content.please can you make also videos on using git commands with a flutter project and flutter with docker.and the release build which we got at the last can we upload it to playstore or we had to go through generate apk process. Would be good if you make a video in hindi too if possible

    • @Codetuber
      @Codetuber  3 ปีที่แล้ว

      I will try 😃😊

  • @imadrashid9174
    @imadrashid9174 2 ปีที่แล้ว

    Many Thanks.
    Exactly what I was looking for.
    I just a problem. I cannot add token inside organization's repo. What could be the work-around for that?

  • @rajathirumal7490
    @rajathirumal7490 2 ปีที่แล้ว +1

    Hi appreciate your content 👏
    On following your video. I was able to trigger the build automation. I am facing an error.
    The workflow required the dart SDK verion to be >=2.17.0-87.0.dev Could not get unknown property 'ndkVersion' for extension 'flutter' of type FlutterExtension.
    updated NDK Android studio --> Tools --> SDK Manager --> SDK Tools --> NDK
    It was not installed. Post instalation of NDK. I cleaned the project and tried to build.
    Even then I am unable to build.
    I am new to flutter. I would be appreciatable when helped.

  • @mustafashaikh7829
    @mustafashaikh7829 2 ปีที่แล้ว

    What if I'm running on windows os what should I mention.?? runs on:

  • @romelcatalogo212
    @romelcatalogo212 3 ปีที่แล้ว

    what if we release new version of app? how to notify na flutter app that there's a new version

  • @tesla1772
    @tesla1772 2 ปีที่แล้ว

    Is it possible to deploy this build directly to google playstore with updating build number

  • @sauravgupta6166
    @sauravgupta6166 3 ปีที่แล้ว

    And what about keystore file, how to use that in github actions, can I upload keystore file it on private repo

  • @js3618
    @js3618 3 ปีที่แล้ว

    What about cicd to play store?

  • @dharmikthakkar8072
    @dharmikthakkar8072 3 ปีที่แล้ว

    Great stuff. But I have a doubt: The releases in Github will only be accessible to the ones with Github repo. In the original scenario testers do not have access to the repo so is there a way to share this release with them even if they don't have access to the repo. Thanks in advance.

    • @toniakinjiola9158
      @toniakinjiola9158 2 ปีที่แล้ว

      For this, you can create a public github repo and add push the artifacts there instead. Or NO??

    • @oluwasomidotunamujo
      @oluwasomidotunamujo 2 ปีที่แล้ว

      You can use the like of appcenter for release, and each tester get email for each build when. it is ready and successful

  • @sujitkumarsahoo2945
    @sujitkumarsahoo2945 2 ปีที่แล้ว

    how to do this for android ?

  • @motasimfuad7762
    @motasimfuad7762 2 ปีที่แล้ว

    How can i use this in gitlab?

    • @Codetuber
      @Codetuber  2 ปีที่แล้ว

      Not sure if gitlab has the capability

  • @RealAstroDXB
    @RealAstroDXB 2 ปีที่แล้ว +1

    awesome stuff, i have followed your video many times but my code always stucks on build.gradle lne number 86 "storeFile file(keystoreProperties['storeFile'])" so can you please explain how to manage upload-keystore.jks file with this code?
    i mean which location we should use in key.properties, storeFile=(location?)

  • @koen.mortier_fitchen
    @koen.mortier_fitchen 6 หลายเดือนก่อน

    Sound is too bad sorry

  • @ken-andre
    @ken-andre 9 หลายเดือนก่อน

    Good ❤
    but now outdated