What is the pubspec.yaml file and what does it do?

Technology CommunityCategory: FlutterWhat is the pubspec.yaml file and what does it do?
VietMX Staff asked 3 years ago
  • The pubspec.yaml file allows you to define the packages your app relies on, declare your assets like images, audio, video, etc.
  • It allows you to set constraints for your app.
  • For Android developers, this is roughly similar to a build.gradle file.