A “package” contains only Dart code. A “plugin” contains both Dart and Native code (kotlin/js/swift/…) A package can use plugins if it wants to. It will still qualify as a package.
What is the difference between the Flutter plugin and the Dart package?
A “package” contains only Dart code. A “plugin” contains both Dart and Native code (kotlin/js/swift/…) A package can use plugins if it wants to. It will still qualify as a package.