Flutter is a cross-platform application development framework that we can use to build natively compiled applications for multiple platforms: mobile, desktop, and web. The known supported output targets are Android, iOS, HTML, HTML Canvas, Linux, Windows, macOS, and Fushia .
Read moreHow do I add a platform to my flutter project?
To create a plugin package, use the –template=plugin flag with flutter create . Use the –platforms= option followed by a comma separated list to specify the platforms that the plugin supports . Available platforms are: android , ios , web , linux , macos , and windows .
Read more