dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

Why do Flutter projects contain Ruby? #8

Open nelsonic opened 4 years ago

nelsonic commented 4 years ago

@JideGuru opened this question on dev.to: https://dev.to/jideguru/why-does-flutter-projects-contain-ruby-2jo5 It's worth clarifying for newcomers why ruby code is used in Flutter.

@miguelmartins17 do you want to summarise this in the README.md ?

miguelmartins17 commented 4 years ago

The reason is because CocoaPods itself is written in Ruby and its spec files as we've seen are written in Ruby as well.