【发布时间】:2022-11-20 23:02:02
【问题描述】:
Difference between package and plugin? Easy and Basic??
Easy Answer which we can say in the interview . If someone ask!
【问题讨论】:
标签: android flutter firebase plugins
Difference between package and plugin? Easy and Basic??
Easy Answer which we can say in the interview . If someone ask!
【问题讨论】:
标签: android flutter firebase plugins
The simple easy answer to that question is:
A package contains only Dart code.
A plugin contains both Dart code and Native code (kotlin/js/swift/...)
A package can use plugins if it wants to. It will still be qualified as a package.
【讨论】: