Robert, great video! (maybe dumb) question: where are the binaries located once you build them? Thanks!
@RobertBrunhage4 жыл бұрын
Not dumb at all. Right now we don't store the output of the build as we have limited of that in GitHub Actions. This is more to prevent if we make mistakes and break, so it's not possible to build at all. If you want to be able to get the output file from iOS and Android you can add this to your workflow which will let you store the actual files. Not sure if you can just copy paste this but should work. - name: Upload iPA uses: actions/upload-artifact@master with: name: ios-build path: build/ios/iphoneos - name: Upload APK uses: actions/upload-artifact@master with: name: apk-build path: build/app/outputs/apk/release
@brethagen77764 жыл бұрын
@@RobertBrunhage Great stuff, exactly what I was looking for.
@Apoorvpandey3 жыл бұрын
@@RobertBrunhage Hi, where to put this?
@officialismailshah3 жыл бұрын
@@Apoorvpandey i think you should put this under the build code
@routadu3 жыл бұрын
@@RobertBrunhage so I can build ios app without having a mac 😛
@tadaspetra4 жыл бұрын
I never really understood how to use GitHub actions, and this explained it so well, that now I think I'm a pro! Great video! Also i know there is a way to do CD on github actions with Fastlane (i think?). A video on that would be awesome as well 😊
@RobertBrunhage4 жыл бұрын
Thanks! Yes that is indeed possible, right now I have not dived in to it with GitHub Actions but instead doing that part with Codemagic. Will for sure do this in the future though!
@tadaspetra4 жыл бұрын
@@RobertBrunhage Awesome! Do you link codemagic to GitHub Actions?
@RobertBrunhage4 жыл бұрын
@@tadaspetra Nope I usually trigger my deployments manually on Codemagic or on Tag. Prefer pressing the button myself when I want to deploy most of the times!
@tadaspetra4 жыл бұрын
Robert Brunhage got it! Honestly that’s probably easier unless you work with a team!
@hemanthkotagiri88653 жыл бұрын
A lot of Fireship vibes in your videos. Great work, keep em comin!
@hawkybae4 жыл бұрын
Very informative. Thank you! Please consider a tutorial on Flutter app flavors (for e.x : Prod, Dev, QA), it would pair up with this tutorial nicely :D
@RobertBrunhage4 жыл бұрын
Great suggestion, will think about it!
@harshkc994 жыл бұрын
+1
@minma022623 жыл бұрын
Very nice. Very very nice. Thank you for sharing.
@i.k.shaikh37724 жыл бұрын
Excellently Demonstrated
@RobertBrunhage4 жыл бұрын
Thanks!
@Stephen3D5 ай бұрын
Thank you very much. This video helped greatly!
@noname1999x3 жыл бұрын
Damn this video is insane! Can't describe by words how useful your job is ❤️❤️❤️
@RobertBrunhage3 жыл бұрын
Thank you so much and I am so happy you found the video helpful! 😊
@kingsleyusoro63493 жыл бұрын
Amazing video Thanks so much learnt a lot
@d34dsouI4 жыл бұрын
Hi Robert, thank you for the great videos. We need a complete testing video for Provider, Mobx structure with unit, widget, integration testing and every other thing related to testing Flutter with Provider and MobX. Everyone is talking about how to build cool stuff but there is no testing tutorial. Thank you.
@Pedro5antos_3 жыл бұрын
AWESOME content! It's my first time studying about CI
@harshitsrivastava9903 Жыл бұрын
Thanks a lot🎉
@atharvaakulkarnii4 жыл бұрын
Amazing job keep doing it brother 🙌
@RobertBrunhage4 жыл бұрын
Thanks!
@iknowishare-97056 ай бұрын
Amazing work!!! Can you show how to deploy to store on the final job on GitHub?
@aravind.a4 жыл бұрын
Wow.. awesome content and good explanation...
@RobertBrunhage4 жыл бұрын
Thanks a lot 😊
@sushilgyawali7880 Жыл бұрын
Thanks bruh❤
@rodrigomacedo99964 жыл бұрын
Awesome content, thanks for you job and shared your knowledge.
@RobertBrunhage4 жыл бұрын
Glad you enjoyed it!
@neptuneblue.technology Жыл бұрын
Merci very helpful
@saliouseck42634 жыл бұрын
thank's it was helpful
@brethagen77764 жыл бұрын
Should have covered where the builds have gone and how we can use them.
@RobertBrunhage4 жыл бұрын
Check the pinned comment!
@sayantandas7544 Жыл бұрын
Hi! Can you please do a video on GitHub Actions + Fastlane?
@officialismailshah3 жыл бұрын
Please make video on continouse delivery too...
@RobertBrunhage3 жыл бұрын
Will do!
@harlanx Жыл бұрын
Hello can you do a tutorial for building for windows and adding it in releases section and also make it so that workflow can only be triggered manually?
@vinaymama4 жыл бұрын
Hi Robert, Is this feature available all developers or is this a paid version for GITHUB
@RobertBrunhage4 жыл бұрын
This is free for everyone. If you have a private repo you have limited build minutes and for public you have infinite!
@Flutter_Senpai11 ай бұрын
Where is the apk of the build gets stored at ? how to tell it to upload it on google drive or something ?
@fullstack_journey4 жыл бұрын
is there a way to push the final release apks to another branch on the same repo?? like there is an automatic action to deploy web apps to github pages via gh-pages branch so I was wondering if there was something similar for uploading apks
@md.abdulhalimrafi99404 жыл бұрын
Can you please show, how can we use environment variables with it?
@rupayanc4 жыл бұрын
Hi bro...ur videos are really very good... i never thought i could understand github actions so easily
@RobertBrunhage4 жыл бұрын
Thanks so much and glad you finally understood it! Check the pinned comment, regarding the files
@kapilsharma6488 Жыл бұрын
my case show this git st git: 'st' is not a git command. See 'git --help'. The most similar commands are status reset stage stash
@NoahFuller-lw3ob Жыл бұрын
Im pretty sure its just a shortcut he made for git status
@moh-g1j Жыл бұрын
How to push the ios app build to testflight through github actions ?
@shilpavania41139 ай бұрын
@RobertBrunhage Great Tutorial. I am implementing this for the first time and i do have one question here that i am using Intl and Jsonserializable which create generated folder in developer mode and just because it's use on developer mode only i didnt push and this generated folder to git which is best practice i guess. But when i automate build it's giving an error jus because this path won't be found so what is the solution here and the correct way ??
@taiwo7634 жыл бұрын
How can I learn more about CI/CD as a mobile dev in flutter ...please cos I nust love this easy steps
@RobertBrunhage4 жыл бұрын
I would recommend general reading on CI/CD. I use flutter actions for what I showed in the video and also showing code coverage for my tests. Then I prefer using codemagic for publishing just because it's so easy to set up! So if anything I would recommend checking out codemagic for publishing the app to play and app store in very easy steps!
@SirJagerYT3 жыл бұрын
can we deploy api made with dart on github ?
@pzentenoe4 жыл бұрын
Hi Robert. How can I deploy to play store and app store with github actions?
@RobertBrunhage4 жыл бұрын
A bit more tricky but look in to this: gist.github.com/rodydavis/bde9a9a8c2fcdcf3474c0f50248f2e3a
@aguafria95659 ай бұрын
I am DevOps, and it's the first time I'm dealing with flutter. I keep getting an error during the flutter build apk, which is basically main.dart not found. I've updated the pubspec.yaml, and the gradle file to point to the lib folder. Any ideas
@skbhati1993 жыл бұрын
How to get apk link, ipa link
@manishgautam24243 жыл бұрын
Want to get github job run time (total time job spent)
@vincent-thomas2 жыл бұрын
Du måste vara svensk va? 😊
@RobertBrunhage2 жыл бұрын
japp 😊
@vincent-thomas2 жыл бұрын
Schysst! 😄
@vincent-thomas2 жыл бұрын
Jag funderar på vilken `branching` teknik jag ska använda. Antingen trunk based development, gitflow eller githubflow. Vad tycker du är bäst?
@RobertBrunhage2 жыл бұрын
@@vincent-thomas Beror på skulle jag säga, jag är väldigt för trunk-based men github-flow är snarlikt det också. Viktigast för mig är att branches är korta, oftast där det dyker upp problem. Gör det som är så simpelt som möjligt och ta det som det kommer (ifall man stöter på problem kan man kolla andra lösningar)
@vincent-thomas2 жыл бұрын
@@RobertBrunhage Det känns nästan som att gitflow är samma sak som trunk-based, fast brancherna är kortare. Vad är skillnaden ( om man bortser från 'hotfix' och 'release' brancher )?
@aniketkhote93 жыл бұрын
How to solve error Flutter users should run `flutter pub get` instead of `pub get`.