plugin= some functionality of tool. Package= something which allows us to develop new thing .
Read moreWhat is package in Dart?
At a minimum, a Dart package is a directory containing a pubspec file . The pubspec contains some metadata about the package. Additionally, a package can contain dependencies (listed in the pubspec), Dart libraries, apps, resources, tests, images, and examples.
Read more