Friday, July 26, 2019

Understanding dependencies: and dev_dependencies: in Flutter

If you develop in Flutter, you might remember seeing the dependencies: and dev_dependencies: sections in the pubspec.yaml file. Here is how they work.