CI / CD in Flutter - GitHub Actions vs. Codemagic

preview_player
Показать описание
Today at FlutterExplained we want to talk about #ContinuousIntegration and #ContinuousDelivery in #Flutter. We will first have a look at what is CI / CD and, then we will build together a pipeline with #GitHubActions and #codemagic.

⭐️⭐️ Timestamps ⭐️⭐️
00:30 - Short introduction in CI / CD
2:10 - GitHub Actions
3:20 - Codemagic
4:45 - Hands-on GitHub Actions
8:30 - Hands-on Codemagic
12:10 - Comparison and Conclusion

 ⭐️⭐️ Helpful Ressources ⭐️⭐️

⭐️⭐️ Follow me ⭐️⭐️

⭐️⭐️ Support ⭐️⭐️
If you read this so far, thank you once more. If you like to support me, here are some links that could help me a lot.

Buy me a coffee
Рекомендации по теме
Комментарии
Автор

No CD was done in Github actions in this video, only CI. Clicked the video hoping to learn about Flutter CD in Github actions. Also building Android is the easy part, iOS is where it gets interesting.

Jimson
Автор

Great video ! I would love to see in the future about Flutter tests. In general the Flutter testing area is kinda fuzzy for me, yet. Again, great video and very helpful.

esentakos
Автор

Wow...your videos are REALLY good. I hope you never feel discouraged & drop out halfway through your journey.

SomrajSaha
Автор

I hope you made more video about CI / CD it was very good Explanation

ahmedadnan
Автор

I don't usually like youtube videos but you deserve it man <3

rehanjaved
Автор

I want to integrate my flutter with Jenkins using AWS virtual machine. Could you please suggest me with best possible way?

viswanathreddy
Автор

Loved you video. Would it be wise to CI with Actions, and CD with Magic? What about simply doing CI on laptop and just CD with Magic? Magic really want you to build on their infra... any way are it?

avidsailors
Автор

Very informative! Thank you
I'm going with codemagic, can code magic work with test flight or similar tool?

uptourgames
Автор

When we make a code base for iOS(Swift or Objective C), will flutter generate the swift code for iOS or Objective C code or both? Can we specify whether like to have Swift code? If not, what kind of code will be generated for iOS and Android, please? Any help is appreciated.

mobiledevelopment
Автор

do i need a mac at some point to develop and test on a phisical ios phone?

nuniezjorge
Автор

Hi bro
Should I learn XD Adobe or dart first or flutter
Please what is the steps one by one
Thanks for your nice tut

aboNader
Автор

What is the shortcut for indentation blocks?

fredericklane
Автор

is this safe to provide app manager role key to codemagic?

PrinceGoyal-iihj
Автор

Flutter users should run `flutter pub get` instead of `pub get`.


How to solve

aniketkhote