Use of pubspec.yaml file in flutter
Introduction
The pubspec.yaml file is a core file in all Flutter projects. It is a YAML (YAML Ain't Markup Language) file that contains configuration settings for a Flutter project. The pubspec.yaml file specifies dependencies, assets, and other meta...
harshvardhan082.hashnode.dev4 min read