Issue
Can you guys tell me what all these different projects means?
Because I can't find the documentation anywhere So if you can find the reference it will help me
Solution
- Flutter Application: A fully-functional standalone Flutter application.
- Flutter Plugin: A plugin is a kind of bridge that you develop between a native feature like camera API in Android and iOS.
- Flutter Package: A package is a flutter application written solely using Dart. It doesn't have much to do with the Native functionalities.
- Flutter Module: A module is a set of functionalities that you want to use in your app. It is a custom code that does a specific task but can be used for other apps in the future. So, you keep it handy. In other words, this module can be integrated in other apps too.
Answered By - Taha Asif
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.