It seems there are very less sources available to learn Flutter / Kotlin. As of now totally confused with these many options available.. As all are new for me, I am more confused.. PHP and JS are the languages I am used to.
I am reading a lot about Kotlin lately in blogs. But I am not sure what seems to be the benefit of switching the existing app into Kotlin. Is there any specific feature or performance gain one can get with switch to Kotlin?
When developing in Java, I often find that my code doesn't match existing code. I think I may be doing object oriented stuff wrong? class SaladMaker { private List<Fruit> fruitSalad; /** * Given a recipe, create a fruit salad in {@link ...