flutter / gallery

Flutter Gallery was a resource to help developers evaluate and use Flutter
BSD 3-Clause "New" or "Revised" License
6.41k stars 1.55k forks source link

Fastlane is not used in gallery - contrary to what is said in Flutter official doc? #290

Closed fzyzcjy closed 4 years ago

fzyzcjy commented 4 years ago

Describe the bug Thanks for the gallery! In the official flutter doc, it says that this app uses Fastlane for CD. However, I cannot find any related file (such as ios/Fastfile etc).

Flutter doctor Copy and paste the output of flutter doctor -v here

N/A

To Reproduce N/A

Expected behavior N/A

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context N/A

guidezpl commented 4 years ago

Thanks for noticing, the Gallery currently doesn't use fastlane. I'll update the website

fzyzcjy commented 4 years ago

@guidezpl I am very curious about it. So does fastlane have some serious problems that you give up using it? I am hesitating whether to use it, so your advice is very precious to me. Thanks!

guidezpl commented 4 years ago

No, we just started from scratch for the Gallery rebuild. We're currently looking at different options for continuous deployment (including fastlane and codemagic)

fzyzcjy commented 4 years ago

@guidezpl Thanks very much!