Visit complete Flutter roadmap

← Back to Topics List

Built-in Types

There are several built-in data types, including:

  • int: used to store integers
  • double: used to store floating-point numbers
  • String: used to store text
  • bool: used to store true or false values
  • List: used to store ordered collections of objects
  • Map: used to store unordered collections of key-value pairs

Additionally, there are other complex data types like dynamic, var, and Object in Dart programming language which is used in Flutter.

Visit the following resources to learn more:

Roadmaps Guides Videos About YouTube

roadmap.sh by Kamran Ahmed

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

© roadmap.sh · FAQs · Terms · Privacy