RRoshaninmroshan.hashnode.dev·14h ago · 8 min readUnderstanding Dart : Part 11 - ListsSeries: Understanding Dart for Flutter Beginners So far, we've mostly worked with individual values. String name = "Roshan"; int age = 28; But what if you need to store multiple values in one variab00
RRoshaninmroshan.hashnode.dev·15h ago · 6 min readUnderstanding Dart : Part 10 - FunctionsSeries: Understanding Dart for Flutter Beginners As your program grows, putting all of your code inside main() quickly becomes difficult to manage. For example, imagine you need to calculate a total 00