Flutter Add Assets Images Folder Path in Pubspec.yaml File iOS Android

The Pub file represents package file in flutter project. Every Pubspec.yaml contains important information about flutter project meta data and dependencies. The Pubspec.yaml file written in YAML(Yaml Ain’t Markup Language). In flutter when we want to use images from local app directory then we should put the Assets/Images folder path…